diff options
author | Erik Troan <ewt@redhat.com> | 2000-11-30 16:50:44 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-11-30 16:50:44 +0000 |
commit | 9fa9f88ad83ba7fc204680adda33076ae62321bb (patch) | |
tree | ad9d80f10e340cd5969929ff014b2a99e23b326f /scripts | |
parent | 9acc288d23796912e44c3ce89fccbf7791d5a0f9 (diff) | |
download | anaconda-9fa9f88ad83ba7fc204680adda33076ae62321bb.tar.gz anaconda-9fa9f88ad83ba7fc204680adda33076ae62321bb.tar.xz anaconda-9fa9f88ad83ba7fc204680adda33076ae62321bb.zip |
removed exit 0
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildinstall | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index 0c72e98f1..deb22468a 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -63,7 +63,6 @@ if [ $BUILDARCH = "sparc" ]; then BUILDARCH=sparc64 fi -set -x if [ -n "$PKGORDER" -a -x $p/RedHat/instimage/usr/lib/anaconda-runtime/pkgorder ]; then echo "Getting package order..." if [ -x /usr/bin/runroot ]; then @@ -74,8 +73,6 @@ if [ -n "$PKGORDER" -a -x $p/RedHat/instimage/usr/lib/anaconda-runtime/pkgorder fi fi -exit 0 - if [ -x /usr/bin/runroot ]; then runroot $COMPNAME --onlyone --arch $BUILDARCH "cd $BUILDINSTDIR\; ./mk-images $p/RedHat/RPMS $p $p/image-template $BUILDARCH" else |