diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-12 20:58:58 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-12 20:58:58 +0000 |
commit | b77779f5b642cafa55873ab00b7e67cff2324736 (patch) | |
tree | a2e62fe80fcc006b9537bd9adf86a2268097b355 /scripts/buildinstall | |
parent | f1340c58e67e69e37a2009bb661868c575c21d9a (diff) | |
download | anaconda-b77779f5b642cafa55873ab00b7e67cff2324736.tar.gz anaconda-b77779f5b642cafa55873ab00b7e67cff2324736.tar.xz anaconda-b77779f5b642cafa55873ab00b7e67cff2324736.zip |
added quite necessary -
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index b5ced2422..49a6497f5 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -15,7 +15,7 @@ MK_IMAGES=./mk-images if [ ! -f $UPD_INSTROOT ]; then cd $BUILDINSTDIR - rpm2cpio < $1/RedHat/RPMS/anaconda-runtime[0-9]* | cpio -ivumd usr/lib/anaconda-runtime/upd-instroot + rpm2cpio < $1/RedHat/RPMS/anaconda-runtime-[0-9]* | cpio -ivumd usr/lib/anaconda-runtime/upd-instroot mv usr/lib/anaconda-runtime/upd-instroot . rm -rf usr UPD_INSTROOT=$BUILDINSTDIR/upd-instroot @@ -23,7 +23,7 @@ fi if [ ! -f $MK_IMAGES ]; then cd $BUILDINSTDIR - rpm2cpio < $1/RedHat/RPMS/anaconda-runtime[0-9]* | cpio -ivumd usr/lib/anaconda-runtime/mk-images + rpm2cpio < $1/RedHat/RPMS/anaconda-runtime[0-9]-* | cpio -ivumd usr/lib/anaconda-runtime/mk-images mv usr/lib/anaconda-runtime/mk-images . rm -rf usr UPD_INSTROOT=$MK_IMAGES/mk-images |