diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:02:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:02:47 +0100 |
commit | 9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605 (patch) | |
tree | 90839ef397a053f8116e7e020ca77cc3583fd2e3 /xorg/xorg-font-bh-100dpi/post-install | |
parent | 90790f43bf43600b2eb9097a27698a69fbae3ca5 (diff) | |
download | nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.tar.gz nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.tar.bz2 nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.tar.xz nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.zip |
xorg-font-bh-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-100dpi/post-install')
-rwxr-xr-x | xorg/xorg-font-bh-100dpi/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-bh-100dpi/post-install b/xorg/xorg-font-bh-100dpi/post-install index c08b302fc..d126ed4b8 100755 --- a/xorg/xorg-font-bh-100dpi/post-install +++ b/xorg/xorg-font-bh-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 |