Fix _topdir expansion in rpm rebuilds
This commit is contained in:
parent
2a1c1558d3
commit
ad56a109c1
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ function buPrepareSRPM () {
|
|||
rlRun "export SRPM=$(find . -name '*.src.rpm')"
|
||||
rlRun "rpm -ivh --define=\"_topdir $TmpDir\" $SRPM"
|
||||
|
||||
rlRun "export SPECDIR=$(rpm --define=\"_topdir $TmpDir\" --eval=%_specdir)"
|
||||
rlRun "export SPECDIR=$(rpm --define="_topdir $TmpDir" --eval=%_specdir)"
|
||||
rlRun "export SPECFILE=$(find "$SPECDIR/" -name '*.spec')"
|
||||
|
||||
rlRun "yum-builddep -y --define=\"_topdir $TmpDir\" $builddep_options $SPECFILE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue