diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-20 03:07:38 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-20 03:07:38 +0000 |
commit | e50184d8139bc2b10667260db2477834c3ee8f76 (patch) | |
tree | 47bebee87b6482ea223fd34d1b21b12a41d7e050 /scripts | |
parent | c08432bff4119f726d8889f5afb31538853a5cc3 (diff) | |
download | anaconda-e50184d8139bc2b10667260db2477834c3ee8f76.tar.gz anaconda-e50184d8139bc2b10667260db2477834c3ee8f76.tar.xz anaconda-e50184d8139bc2b10667260db2477834c3ee8f76.zip |
*** empty log message ***
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildinstall | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index dd11ab278..7be493b8a 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -29,7 +29,8 @@ if [ ! -f $MK_IMAGES ]; then MK_IMAGES=$BUILDINSTDIR/mk-images fi -$UPD_INSTROOT $1/RedHat/RPMS $1 -$MK_IMAGES $1/RedHat/RPMS $1/images $1/RedHat/instimage/modules +$UPD_INSTROOT $1/RedHat/RPMS $1/image-template $1/RedHat/instimage +$MK_IMAGES $1/RedHat/RPMS $1/images $1/RedHat/instimage/modules $1/RedHat/base $1/image-template rm -rf $BUILDINSTDIR +rm -rf $1/image-template $1/RedHat/instimage/usr/lib/anaconda-runtime |