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