diff options
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 } |