summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 17:59:10 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 17:59:10 +0000
commit832641bee6b9ce9c1d39498d42a50bfe7d778445 (patch)
treeaefe403c42705db683bcab675fccef3f11f987b2 /scripts/buildinstall
parent20fc655bfb563109c76a8bcb32329c4d2ca2b431 (diff)
downloadanaconda-832641bee6b9ce9c1d39498d42a50bfe7d778445.tar.gz
anaconda-832641bee6b9ce9c1d39498d42a50bfe7d778445.tar.xz
anaconda-832641bee6b9ce9c1d39498d42a50bfe7d778445.zip
attempted fix
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index a95f305a0..f4715cba7 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -40,7 +40,7 @@ MK_IMAGES=$BUILDINSTDIR/mk-images
echo "Building images..."
$UPD_INSTROOT $p/RedHat/RPMS $p/image-template $p/RedHat/instimage $BUILDARCH
if [ -x /usr/bin/runroot ]; then
- runroot dist-7.0 --arch $BUILDARCH "cd $BUILDINSTDIR\; $MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH" | tail +2
+ runroot dist-7.0 --arch $BUILDARCH cd $BUILDINSTDIR\; $MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH
else
$MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH
fi