wok diff xfree86-base-fonts/receipt @ rev 4677

Up: intltool (0.40.6)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 10:26:31 2009 +0100 (2009-12-30)
parents 011647445dd9
children db63cccdb8d4
line diff
     1.1 --- a/xfree86-base-fonts/receipt	Tue Dec 23 10:34:11 2008 +0000
     1.2 +++ b/xfree86-base-fonts/receipt	Wed Dec 30 10:26:31 2009 +0100
     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.