diff options
-rwxr-xr-x | upd-instroot | 4 |
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 |