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