fixed xfree86.cron typo and file handling git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2232 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -2,9 +2,10 @@
echo "Running mkfontscale / mkfontdir ..."
for dir in /usr/X11R6/lib/X11/fonts/* ; do
[ -d $dir ] || continue
echo -n "$dir "
mkfontscale $x
mkfontdir $x
mkfontscale $dir
mkfontdir $dir
done ; unset dir
echo