diff --git a/package/xorg/mkfontdir/x11-20-mkfontdir-postinstall.sh b/package/xorg/mkfontdir/x11-20-mkfontdir-postinstall.sh index 523871142..c12046111 100644 --- a/package/xorg/mkfontdir/x11-20-mkfontdir-postinstall.sh +++ b/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 ] && \ diff --git a/package/xorg/mkfontscale/x11-10-mkfontscale-postinstall.sh b/package/xorg/mkfontscale/x11-10-mkfontscale-postinstall.sh index 5912c1aad..9d1524a9b 100644 --- a/package/xorg/mkfontscale/x11-10-mkfontscale-postinstall.sh +++ b/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 ] && \