wok-current diff pango/receipt @ rev 18662

Add python-opengl-accelerate
author Yuri Pourre <yuripourre@gmail.com>
date Thu Dec 03 15:56:36 2015 -0200 (2015-12-03)
parents 78cbae08ac81
children 124c3a7da04f
line diff
     1.1 --- a/pango/receipt	Mon Nov 16 11:15:42 2015 +0200
     1.2 +++ b/pango/receipt	Thu Dec 03 15:56:36 2015 -0200
     1.3 @@ -52,7 +52,6 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	echo "Processing post-install commands..."
     1.8  	# Rebuilds pango.modules when installed.
     1.9 -	chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules
    1.10 +	chroot "$1/" /usr/bin/pango-querymodules > "$1/etc/pango/pango.modules"
    1.11  }