diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-29 23:05:18 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-29 23:05:18 +0000 |
commit | 9986557f94b5d3502c56d5c3109bb4165de2f580 (patch) | |
tree | df6781d7985d560e90320e1e9b81cc6d1c09766c /upd-instroot | |
parent | 3f8878890c5d2f8ee7670e32d5978f66bed623a4 (diff) | |
download | anaconda-9986557f94b5d3502c56d5c3109bb4165de2f580.tar.gz anaconda-9986557f94b5d3502c56d5c3109bb4165de2f580.tar.xz anaconda-9986557f94b5d3502c56d5c3109bb4165de2f580.zip |
oops - this needs to be after we extract
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upd-instroot b/upd-instroot index c5e71769e..2b26ac046 100755 --- a/upd-instroot +++ b/upd-instroot @@ -167,10 +167,6 @@ usr/bin/chattr* usr/bin/lsattr* EOF -for I in $DESTGR/usr/X11R6/lib/X11/fonts/*; do - mkfontdir $I -done - for I in $PACKAGES; do for J in `ls $SRC/$I*`; do if [ "$I" != "rpm-devel" ]; then @@ -192,6 +188,10 @@ for n in $RPMS; do rpm2cpio $n | (cd $DESTGR; cpio -E $KEEPFILEGR --quiet -iumd) done +for I in $DESTGR/usr/X11R6/lib/X11/fonts/*; do + mkfontdir $I +done + rm -f $KEEPFILE $KEEPFILEGR make install-hd DESTDIR=$DEST > /dev/null |