summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-14 18:34:17 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-14 18:34:17 +0000
commit7905c33d0a8211a03f519737555007276d1cc93c (patch)
treed3219c703aff36ad881fb1fe52e4aa141461a91e /scripts
parent883c437f61c4163ab8814990f4433ea5257967a0 (diff)
downloadanaconda-7905c33d0a8211a03f519737555007276d1cc93c.tar.gz
anaconda-7905c33d0a8211a03f519737555007276d1cc93c.tar.xz
anaconda-7905c33d0a8211a03f519737555007276d1cc93c.zip
2005-03-14 Jeremy Katz <katzj@redhat.com>
* scripts/buildinstall (BUILDINSTALL): Fix passing --debug to second buildinstall invocation (Ingo Pakleppa, #150920)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index f1c462d15..66ca55dcb 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -128,9 +128,9 @@ rm -rf $BUILDINSTDIR/usr
echo "Going to run buildinstall again"
# run it again for the second half
if [ -x /usr/bin/runroot ]; then
- runroot $COMPNAME --onlyone --arch $BUILDARCH "$BUILDINSTALL --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release '\"$RELEASESTR\"' --product '\"$PRODUCTSTR\"' --prodpath $PRODUCTPATH --discs '\"$DISCSTR\"' $DIR"
+ runroot $COMPNAME --onlyone --arch $BUILDARCH "$BUILDINSTALL $DEBUGSTR --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release '\"$RELEASESTR\"' --product '\"$PRODUCTSTR\"' --prodpath $PRODUCTPATH --discs '\"$DISCSTR\"' $DIR"
else
- $BUILDINSTALL --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release "$RELEASESTR" --product "$PRODUCTSTR" --prodpath $PRODUCTPATH --discs "$DISCSTR" $DIR
+ $BUILDINSTALL $DEBUGSTR --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release "$RELEASESTR" --product "$PRODUCTSTR" --prodpath $PRODUCTPATH --discs "$DISCSTR" $DIR
fi
rm -rf $BUILDINSTDIR