diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:40:30 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:40:30 +0100 |
commit | acadf7337dab27bb50d82377cb400ee2cfaea661 (patch) | |
tree | 82d35d1a9fccb433c18f2c66bef5fdc0a9f0e172 /xorg/xorg-font-misc-misc/post-install | |
parent | 5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4 (diff) | |
download | nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.tar.gz nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.tar.bz2 nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.tar.xz nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.zip |
xorg-font-misc-misc, maj 1.1.2-1
Diffstat (limited to 'xorg/xorg-font-misc-misc/post-install')
-rwxr-xr-x | xorg/xorg-font-misc-misc/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-misc-misc/post-install b/xorg/xorg-font-misc-misc/post-install index 7754e79fc..a622dddbc 100755 --- a/xorg/xorg-font-misc-misc/post-install +++ b/xorg/xorg-font-misc-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 |