diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:10:53 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:10:53 +0100 |
commit | d20e120fe607e007b5e1641bdaa608e619f7c8c3 (patch) | |
tree | 1c95913da564fbcb2b09ffdf8b0b5c9e572022e2 /xorg/xorg-font-bh-ttf/post-install | |
parent | f250551bd33a04d4b40c99da811389f9b59e920f (diff) | |
download | nutyx-extra-d20e120fe607e007b5e1641bdaa608e619f7c8c3.tar.gz nutyx-extra-d20e120fe607e007b5e1641bdaa608e619f7c8c3.tar.bz2 nutyx-extra-d20e120fe607e007b5e1641bdaa608e619f7c8c3.tar.xz nutyx-extra-d20e120fe607e007b5e1641bdaa608e619f7c8c3.zip |
xorg-font-bh-ttf, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-ttf/post-install')
-rwxr-xr-x | xorg/xorg-font-bh-ttf/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-bh-ttf/post-install b/xorg/xorg-font-bh-ttf/post-install index 3335f087e..6a580adca 100755 --- a/xorg/xorg-font-bh-ttf/post-install +++ b/xorg/xorg-font-bh-ttf/post-install @@ -1,5 +1,5 @@ #!/bin/sh -mkfontdir /usr/lib/X11/fonts/TTF -mkfontscale /usr/lib/X11/fonts/TTF +mkfontdir $XORG_PREFIX/share/fonts/X11/TTF +mkfontscale $XORG_PREFIX/share/fonts/X11/TTF fc-cache |