diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:39:26 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:39:26 +0100 |
commit | 5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4 (patch) | |
tree | f6e7d3ac1875da07d14d256005a825ca9bd77515 /xorg/xorg-font-misc-meltho/post-install | |
parent | fdc95ca9b215de9eb23288b42922867f17b00eeb (diff) | |
download | nutyx-pakxe-5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4.tar.gz nutyx-pakxe-5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4.tar.bz2 nutyx-pakxe-5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4.tar.xz nutyx-pakxe-5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4.zip |
xorg-font-misc-meltho, maj 1.0.3-1
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 |