diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:46:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:46:28 +0100 |
commit | 2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518 (patch) | |
tree | 9df721cfdff08ac54e9fa3efa2c1ca792936e430 /xorg/xorg-font-screen-cyrillic/post-install | |
parent | 77f5364aca770ee3b05e46b6c72374999af08dfc (diff) | |
download | nutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.gz nutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.bz2 nutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.xz nutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.zip |
xorg-font-screen-cyrillic, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-font-screen-cyrillic/post-install')
-rwxr-xr-x | xorg/xorg-font-screen-cyrillic/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-font-screen-cyrillic/post-install b/xorg/xorg-font-screen-cyrillic/post-install index 1df5a15e6..d69bfbf71 100755 --- a/xorg/xorg-font-screen-cyrillic/post-install +++ b/xorg/xorg-font-screen-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 |