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