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