summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-14 08:03:05 +0000
committerMatt Wilson <msw@redhat.com>2000-06-14 08:03:05 +0000
commit7e6b9c75899ddb819df29d9d93cf9b6c9c156604 (patch)
tree67829614fe342d29b531905baf356c3ec5883230 /scripts/buildinstall
parent1700d02dcffab730fd43407a40eead4a18108a2c (diff)
downloadanaconda-7e6b9c75899ddb819df29d9d93cf9b6c9c156604.tar.gz
anaconda-7e6b9c75899ddb819df29d9d93cf9b6c9c156604.tar.xz
anaconda-7e6b9c75899ddb819df29d9d93cf9b6c9c156604.zip
use new one shot option to runroot so we don't run these scripts multiple times
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 0c398abcc..55233c648 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -46,7 +46,7 @@ if [ $BUILDARCH = "sparc" ]; then
fi
if [ -x /usr/bin/runroot ]; then
- runroot dist-7.0 --arch $BUILDARCH "cd $BUILDINSTDIR\; ./mk-images $p/RedHat/RPMS $p $p/image-template $BUILDARCH"
+ runroot dist-7.0 --onlyone --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