summaryrefslogtreecommitdiffstats
path: root/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 20:05:50 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 20:05:50 +0000
commit9f2c606e2da7a15fbf5b8e72e3a6f39ea57325ef (patch)
tree66230d655f6c99fd09240e2a6e1013b6efc61e97 /upd-instroot
parentf158f55c4f542824c23f08a82e6eb11a64fb3e00 (diff)
downloadanaconda-9f2c606e2da7a15fbf5b8e72e3a6f39ea57325ef.tar.gz
anaconda-9f2c606e2da7a15fbf5b8e72e3a6f39ea57325ef.tar.xz
anaconda-9f2c606e2da7a15fbf5b8e72e3a6f39ea57325ef.zip
fix up fontdirs
Diffstat (limited to 'upd-instroot')
-rwxr-xr-xupd-instroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/upd-instroot b/upd-instroot
index ff9452620..9cab87604 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -164,6 +164,10 @@ 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