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