wok-stable diff ttf-bitstream-vera/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 866fa2493b1b
children c656dd6befc1
line diff
     1.1 --- a/ttf-bitstream-vera/receipt	Wed Feb 24 12:13:18 2010 +0000
     1.2 +++ b/ttf-bitstream-vera/receipt	Sun Mar 21 11:50:42 2010 +0100
     1.3 @@ -25,13 +25,5 @@
     1.4    local root
     1.5    root=$1
     1.6    echo "Processing post-install commands..."
     1.7 -  if [ -n "$root" ]; then
     1.8 -    rm -Rf $root/var/cache/fontconfig
     1.9 -    cp -a /var/cache/fontconfig $root/var/cache
    1.10 -  else
    1.11 -    fc-cache
    1.12 -  fi
    1.13 +  chroot $root/ fc-cache
    1.14  }
    1.15 -
    1.16 -# We need this package on build host to install it in target directory
    1.17 -SELF_INSTALL=1