diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:26:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:26:54 +0100 |
commit | 45ef9005ad777a3dd63a1d4f8dbe3328b80549c5 (patch) | |
tree | a8ae342b99b127bcb7e10af342140df23e7d4fdc /xorg/xorg-font-cronyx-cyrillic/post-install | |
parent | 30f5d09600b86445fcd641a095baf7b0c8c853ee (diff) | |
download | nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.tar.gz nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.tar.bz2 nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.tar.xz nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.zip |
xorg-font-cronyx-cyrillic, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-cronyx-cyrillic/post-install')
-rwxr-xr-x | xorg/xorg-font-cronyx-cyrillic/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-cronyx-cyrillic/post-install b/xorg/xorg-font-cronyx-cyrillic/post-install index 1df5a15e6..d69bfbf71 100755 --- a/xorg/xorg-font-cronyx-cyrillic/post-install +++ b/xorg/xorg-font-cronyx-cyrillic/post-install @@ -1,4 +1,4 @@ #!/bin/sh -mkfontdir /usr/lib/X11/fonts/cyrillic -mkfontscale /usr/lib/X11/fonts/cyrillic +mkfontdir $XORG_PREFIX/share/fonts/X11/cyrillic +mkfontscale $XORG_PREFIX/share/fonts/X11/cyrillic |