diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-12 22:49:38 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-12 22:49:38 +0000 |
commit | 2adf16207301c8132aff5f339acc449ead4f304c (patch) | |
tree | e9621fbdadd81236d22d6d858c2208c1ee36c905 /scripts/buildinstall | |
parent | 9f24a0217b199271c0f17cb3ba4f5f983d88a604 (diff) | |
download | anaconda-2adf16207301c8132aff5f339acc449ead4f304c.tar.gz anaconda-2adf16207301c8132aff5f339acc449ead4f304c.tar.xz anaconda-2adf16207301c8132aff5f339acc449ead4f304c.zip |
handle multiple mk-images scripts
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index 7f7fccd2b..bded9ce21 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -23,10 +23,10 @@ fi if [ ! -f $MK_IMAGES ]; then cd $BUILDINSTDIR - rpm2cpio $1/RedHat/RPMS/anaconda-runtime-[0-9]* | cpio --quiet -iumd usr/lib/anaconda-runtime/mk-images - mv usr/lib/anaconda-runtime/mk-images . + rpm2cpio $1/RedHat/RPMS/anaconda-runtime-[0-9]* | cpio --quiet -iumd usr/lib/anaconda-runtime/mk-images* + mv usr/lib/anaconda-runtime/mk-images* . rm -rf usr - MK_IMAGES=$MK_IMAGES/mk-images + MK_IMAGES=$BUILDINSTDIR/mk-images fi $UPD_INSTROOT $1/RedHat/RPMS $1 |