wok rev 4189

Fix: xfree86-base-fonts FSH
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 23 13:56:03 2009 +0200 (2009-09-23)
parents b3ed37b81853
children a9f5ebc7c98e
files xfree86-base-fonts/receipt
line diff
     1.1 --- a/xfree86-base-fonts/receipt	Wed Sep 23 10:56:01 2009 +0000
     1.2 +++ b/xfree86-base-fonts/receipt	Wed Sep 23 13:56:03 2009 +0200
     1.3 @@ -8,12 +8,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.xfree86.org/"
     1.6  WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL"
     1.7 +PROVIDE="xorg-base-fonts"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12 -	mkdir -p $fs/usr/X11R6/lib/X11/fonts/
    1.13 -	cp -a $src/fonts/* $fs/usr/X11R6/lib/X11/fonts/
    1.14 +	mkdir -p $fs/usr/share/fonts/X11
    1.15 +	cp -a $src/fonts/* $fs/usr/share/fonts/X11
    1.16  }
    1.17  
    1.18  # Execute fc-cache when the package finish ti install.