wok-stable diff pango/receipt @ rev 5333
glibc: dont use configparms (Thanks Alexander)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 25 21:47:06 2010 +0200 (2010-04-25) |
parents | db63cccdb8d4 |
children | 9e38c2f11c48 |
line diff
1.1 --- a/pango/receipt Sun Mar 21 11:50:42 2010 +0100 1.2 +++ b/pango/receipt Sun Apr 25 21:47:06 2010 +0200 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 }