diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:21:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:21:07 +0100 |
commit | 2b7f8df835147cbd32dbd9d58f52099834b8d662 (patch) | |
tree | 427e0ac330fd7f660e0c0d35bf9df362e07da298 /xorg/xorg-font-bitstream-100dpi/post-install | |
parent | 78a54460b05e4cf878505f55df0b9392014cb1f3 (diff) | |
download | nutyx-pakxe-2b7f8df835147cbd32dbd9d58f52099834b8d662.tar.gz nutyx-pakxe-2b7f8df835147cbd32dbd9d58f52099834b8d662.tar.bz2 nutyx-pakxe-2b7f8df835147cbd32dbd9d58f52099834b8d662.tar.xz nutyx-pakxe-2b7f8df835147cbd32dbd9d58f52099834b8d662.zip |
xorg-font-bitstream-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bitstream-100dpi/post-install')
-rwxr-xr-x | xorg/xorg-font-bitstream-100dpi/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-bitstream-100dpi/post-install b/xorg/xorg-font-bitstream-100dpi/post-install index c08b302fc..d126ed4b8 100755 --- a/xorg/xorg-font-bitstream-100dpi/post-install +++ b/xorg/xorg-font-bitstream-100dpi/post-install @@ -1,4 +1,4 @@ #!/bin/sh -mkfontdir /usr/lib/X11/fonts/100dpi -mkfontscale /usr/lib/X11/fonts/100dpi +mkfontdir $XORG_PREFIX/share/fonts/X11/100dpi +mkfontscale $XORG_PREFIX/share/fonts/X11/100dpi |