wok diff pango/receipt @ rev 5327

get-prince: remove $FORCED
author Liu Peng <rocky@slitaz.org>
date Fri Apr 23 20:35:58 2010 +0000 (2010-04-23)
parents db63cccdb8d4
children 9e38c2f11c48
line diff
     1.1 --- a/pango/receipt	Sun Mar 21 11:50:42 2010 +0100
     1.2 +++ b/pango/receipt	Fri Apr 23 20:35:58 2010 +0000
     1.3 @@ -43,5 +43,5 @@
     1.4  {
     1.5      echo "Processing post-install commands..."
     1.6      # Rebuils pango.modules when installed.
     1.7 -    chroot $1/ pango-querymodules > $1/etc/pango/pango.modules
     1.8 +    chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules
     1.9  }