wok-6.x diff xfree86-base-fonts/receipt @ rev 5124
gtk+ openvas-scanner pango slitaz-base-files ttf-bitstream-vera xfree86-base-fonts xorg-base-fonts: remove spurrious SELF_INSTALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 21 11:50:42 2010 +0100 (2010-03-21) |
parents | ba32718a0870 |
children | c656dd6befc1 |
line diff
1.1 --- a/xfree86-base-fonts/receipt Wed Sep 23 13:56:03 2009 +0200 1.2 +++ b/xfree86-base-fonts/receipt Sun Mar 21 11:50:42 2010 +0100 1.3 @@ -1,4 +1,3 @@ 1.4 -# SliTaz package receipt. 1.5 1.6 PACKAGE="xfree86-base-fonts" 1.7 VERSION="4.6.0" 1.8 @@ -22,13 +21,5 @@ 1.9 { 1.10 local root 1.11 root=$1 1.12 - if [ -n "$root" ]; then 1.13 - rm -Rf $root/var/cache/fontconfig 1.14 - cp -a /var/cache/fontconfig $root/var/cache 1.15 - else 1.16 - fc-cache 1.17 - fi 1.18 + chroot $root/ fc-cache 1.19 } 1.20 - 1.21 -# We need this package on build host to install it in target directory 1.22 -SELF_INSTALL=1