Fix source fetching
This commit is contained in:
parent
841d8832b4
commit
5691e04b76
@ -70,7 +70,7 @@ rlJournalStart
|
|||||||
|
|
||||||
# download src rpm
|
# download src rpm
|
||||||
if ! ls bind*.src.rpm; then
|
if ! ls bind*.src.rpm; then
|
||||||
rlRun "dnf --enablerepo='*-source' download bind.src" 0 "Fetch source from repository"
|
rlRun "dnf --enablerepo='*-source' download --source bind" 0 "Fetch source from repository"
|
||||||
rlRun "rpm -i bind*.src.rpm"
|
rlRun "rpm -i bind*.src.rpm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user