diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:58:27 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:58:27 +0100 |
commit | cd155d685791960afa96821de4fcc1f2b00c296d (patch) | |
tree | 048bc1637578f233b28c28674721cc731d23eb55 /xorg/xorg-font-adobe-utopia-100dpi/post-install | |
parent | 4ba713d934de7f10e64f8ed6a9fe3f0057e96174 (diff) | |
download | nutyx-extra-cd155d685791960afa96821de4fcc1f2b00c296d.tar.gz nutyx-extra-cd155d685791960afa96821de4fcc1f2b00c296d.tar.bz2 nutyx-extra-cd155d685791960afa96821de4fcc1f2b00c296d.tar.xz nutyx-extra-cd155d685791960afa96821de4fcc1f2b00c296d.zip |
xorg-font-adobe-utopia-100dpi, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-100dpi/post-install')
-rwxr-xr-x | xorg/xorg-font-adobe-utopia-100dpi/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-adobe-utopia-100dpi/post-install b/xorg/xorg-font-adobe-utopia-100dpi/post-install index c08b302fc..d126ed4b8 100755 --- a/xorg/xorg-font-adobe-utopia-100dpi/post-install +++ b/xorg/xorg-font-adobe-utopia-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 |