diff options
Diffstat (limited to 'xorg/xorg-font-misc-meltho/post-install')
-rwxr-xr-x | xorg/xorg-font-misc-meltho/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-misc-meltho/post-install b/xorg/xorg-font-misc-meltho/post-install index 7662a5656..add9f8627 100755 --- a/xorg/xorg-font-misc-meltho/post-install +++ b/xorg/xorg-font-misc-meltho/post-install @@ -1,5 +1,5 @@ #!/bin/sh -mkfontdir /usr/lib/X11/fonts/OTF -mkfontscale /usr/lib/X11/fonts/OTF +mkfontdir $XORG_PREFIX/share/fonts/X11/OTF +mkfontscale $XORG_PREFIX/share/fonts/X11/OTF fc-cache |