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