diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:37:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:37:03 +0100 |
commit | fdc95ca9b215de9eb23288b42922867f17b00eeb (patch) | |
tree | 0783adf4d881713495e540908f65660387adfc00 /xorg/xorg-font-misc-ethiopic/post-install | |
parent | ed7c997078d4abaa002e9fa02e22cba2a95ce6a7 (diff) | |
download | nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.tar.gz nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.tar.bz2 nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.tar.xz nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.zip |
xorg-font-misc-ethiopic, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-misc-ethiopic/post-install')
-rwxr-xr-x | xorg/xorg-font-misc-ethiopic/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-misc-ethiopic/post-install b/xorg/xorg-font-misc-ethiopic/post-install index 9739a9bfd..332bd4dca 100755 --- a/xorg/xorg-font-misc-ethiopic/post-install +++ b/xorg/xorg-font-misc-ethiopic/post-install @@ -1,5 +1,5 @@ #!/bin/sh -mkfontdir /usr/lib/X11/fonts/{O,T}TF -mkfontscale /usr/lib/X11/fonts/{O,T}TF +mkfontdir $XORG_PREFIX/share/fonts/X11/{O,T}TF +mkfontscale $XORG_PREFIX/share/fonts/X11/{O,T}TF fc-cache |