diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-02 17:59:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-02 17:59:10 +0000 |
commit | 832641bee6b9ce9c1d39498d42a50bfe7d778445 (patch) | |
tree | aefe403c42705db683bcab675fccef3f11f987b2 /scripts/buildinstall | |
parent | 20fc655bfb563109c76a8bcb32329c4d2ca2b431 (diff) | |
download | anaconda-832641bee6b9ce9c1d39498d42a50bfe7d778445.tar.gz anaconda-832641bee6b9ce9c1d39498d42a50bfe7d778445.tar.xz anaconda-832641bee6b9ce9c1d39498d42a50bfe7d778445.zip |
attempted fix
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 2 |
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 |