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