diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:01:18 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:01:18 +0100 |
commit | 90790f43bf43600b2eb9097a27698a69fbae3ca5 (patch) | |
tree | c754498084f655c9c39a2733d6a211e3174bb569 /xorg/xorg-font-arabic-misc/post-install | |
parent | fb6be98a167bb41a661d76f3218f321d00c7b38f (diff) | |
download | nutyx-pakxe-90790f43bf43600b2eb9097a27698a69fbae3ca5.tar.gz nutyx-pakxe-90790f43bf43600b2eb9097a27698a69fbae3ca5.tar.bz2 nutyx-pakxe-90790f43bf43600b2eb9097a27698a69fbae3ca5.tar.xz nutyx-pakxe-90790f43bf43600b2eb9097a27698a69fbae3ca5.zip |
xorg-font-arabic-misc, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-arabic-misc/post-install')
-rwxr-xr-x | xorg/xorg-font-arabic-misc/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-arabic-misc/post-install b/xorg/xorg-font-arabic-misc/post-install index 7754e79fc..a622dddbc 100755 --- a/xorg/xorg-font-arabic-misc/post-install +++ b/xorg/xorg-font-arabic-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 |