diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:31:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:31:54 +0100 |
commit | 6e2a8e496c04ae628f9747a82a6baad01b99a6e1 (patch) | |
tree | 2ae73aab0713bc22aaec89d25d33185eadf875fd /xorg/xorg-font-isas-misc/post-install | |
parent | 3a7ed5c948eee881a8de6b1aa0431996ab3dd134 (diff) | |
download | nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.tar.gz nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.tar.bz2 nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.tar.xz nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.zip |
xorg-font-isas-misc, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-isas-misc/post-install')
-rwxr-xr-x | xorg/xorg-font-isas-misc/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-isas-misc/post-install b/xorg/xorg-font-isas-misc/post-install index 7754e79fc..a622dddbc 100755 --- a/xorg/xorg-font-isas-misc/post-install +++ b/xorg/xorg-font-isas-misc/post-install @@ -1,4 +1,4 @@ #!/bin/sh -mkfontdir /usr/lib/X11/fonts/misc -mkfontscale /usr/lib/X11/fonts/misc +mkfontdir $XORG_PREFIX/share/fonts/X11/misc +mkfontscale $XORG_PREFIX/share/fonts/X11/misc |