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