diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:55:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:55:33 +0100 |
commit | 49f5bae6529d7410cc97d986ac16d90d18b221de (patch) | |
tree | 14ac822e312379320a259d508cb8d8bf3088245d /xorg/xorg-font-adobe-100dpi/post-install | |
parent | 7dee683670ab233351a4cc16621650d2668d619e (diff) | |
download | nutyx-pakxe-49f5bae6529d7410cc97d986ac16d90d18b221de.tar.gz nutyx-pakxe-49f5bae6529d7410cc97d986ac16d90d18b221de.tar.bz2 nutyx-pakxe-49f5bae6529d7410cc97d986ac16d90d18b221de.tar.xz nutyx-pakxe-49f5bae6529d7410cc97d986ac16d90d18b221de.zip |
xorg-font-adobe-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-adobe-100dpi/post-install')
-rw-r--r-- | xorg/xorg-font-adobe-100dpi/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-adobe-100dpi/post-install b/xorg/xorg-font-adobe-100dpi/post-install index c08b302fc..d126ed4b8 100644 --- a/xorg/xorg-font-adobe-100dpi/post-install +++ b/xorg/xorg-font-adobe-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 |