diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 19:30:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 19:30:38 +0100 |
commit | f86cf8764a7e41755b91b21c1cad4c1ad0c47d19 (patch) | |
tree | dacf3c2cf311d855e8ce69381730402164c8db5f /xorg/freefont-ttf/Pkgfile | |
parent | d3bf3debb924c82c3eccaba9c79904893ad47a0a (diff) | |
download | nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.gz nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.bz2 nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.xz nutyx-extra-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.zip |
freefont-ttf, maj 20100919-1
Diffstat (limited to 'xorg/freefont-ttf/Pkgfile')
-rw-r--r-- | xorg/freefont-ttf/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg/freefont-ttf/Pkgfile b/xorg/freefont-ttf/Pkgfile index cc0e4a5de..1c161dcfc 100644 --- a/xorg/freefont-ttf/Pkgfile +++ b/xorg/freefont-ttf/Pkgfile @@ -6,14 +6,14 @@ # Run on: name=freefont-ttf -version=20090104 +version=20100919 release=1 source=(http://ftp.gnu.org/gnu/freefont/$name-$version.tar.gz) build() { cd freefont-$version - install -v -d -m755 $PKG/usr/share/fonts/TTF - install -v -m644 *.ttf $PKG/usr/share/fonts/TTF + install -v -d -m755 $PKG/$XORG_PREFIX/share/fonts/TTF + install -v -m644 *.ttf $PKG/$XORG_PREFIX/share/fonts/TTF } |