wok-current diff xorg-base-fonts/receipt @ rev 18590

busybox: do not start apache httpd (thanks llev)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 13 10:54:50 2015 +0100 (2015-11-13)
parents e41fa59d3e5e
children 9e01bc6321ea
line diff
     1.1 --- a/xorg-base-fonts/receipt	Tue Oct 27 06:19:41 2015 +0100
     1.2 +++ b/xorg-base-fonts/receipt	Fri Nov 13 10:54:50 2015 +0100
     1.3 @@ -23,10 +23,9 @@
     1.4  		$fontpath/fonts.dir
     1.5  }
     1.6  
     1.7 -# Execute fc-cache when the package finish ti install.
     1.8 +# Execute fc-cache when the package finish to install.
     1.9  post_install()
    1.10  {
    1.11 -	local root
    1.12 -	root=$1
    1.13 -	chroot $root/ /usr/bin/fc-cache
    1.14 +	# It may be segfault without -f or -r
    1.15 +	chroot $1/ /usr/bin/fc-cache -r
    1.16  }