summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-14 06:18:59 +0000
committerMatt Wilson <msw@redhat.com>2000-06-14 06:18:59 +0000
commitf6650c9f9bd202de48384e4c2b6573e2e8ba346e (patch)
tree50d3d89c2d26d84caeac5730db7f40a90cda0355 /scripts/buildinstall
parent3bc12f7d7252c2e152eab3081027c1f801d0a367 (diff)
downloadanaconda-f6650c9f9bd202de48384e4c2b6573e2e8ba346e.tar.gz
anaconda-f6650c9f9bd202de48384e4c2b6573e2e8ba346e.tar.xz
anaconda-f6650c9f9bd202de48384e4c2b6573e2e8ba346e.zip
tighten down the packages we're dealing with here
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 91d1bedff..0c398abcc 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -37,13 +37,14 @@ else
fi
MK_IMAGES=$BUILDINSTDIR/mk-images
+echo "Building images..."
+$UPD_INSTROOT $p/RedHat/RPMS $p/image-template $p/RedHat/instimage
+
# XXX hack - msw
if [ $BUILDARCH = "sparc" ]; then
BUILDARCH=sparc64
fi
-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"
else