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