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