Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
d57cc3b968
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package/xorg/mkfontdir/x11-20-mkfontdir-postinstall.sh
  2. +1
    -1
      package/xorg/mkfontscale/x11-10-mkfontscale-postinstall.sh

+ 1
- 1
package/xorg/mkfontdir/x11-20-mkfontdir-postinstall.sh

@ -3,7 +3,7 @@
# mkfontscale has to be run before mkfontdir.
print_status=1
if any_touched '/usr/X11R7/lib/X11/fonts/' ; then
if any_touched 'usr/X11R7/lib/X11/fonts/' ; then
for dir in /usr/X11R7/lib/X11/fonts/* ; do
[ -d $dir ] || continue
[ $print_status = 1 ] && \

+ 1
- 1
package/xorg/mkfontscale/x11-10-mkfontscale-postinstall.sh

@ -3,7 +3,7 @@
# mkfontscale has to be run before mkfontdir.
print_status=1
if any_touched '/usr/X11R7/lib/X11/fonts/' ; then
if any_touched 'usr/X11R7/lib/X11/fonts/' ; then
for dir in /usr/X11R7/lib/X11/fonts/* ; do
[ -d $dir ] || continue
[ $print_status = 1 ] && \

Loading…
Cancel
Save