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