wok-current diff pango/receipt @ rev 16240
picoblog: browsers should not execute TARBALL on mirror
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 03 07:03:51 2014 +0000 (2014-04-03) |
parents | 7ab1534edf55 |
children | 128aae84d74c |
line diff
1.1 --- a/pango/receipt Tue Mar 25 22:54:48 2014 +0100 1.2 +++ b/pango/receipt Thu Apr 03 07:03:51 2014 +0000 1.3 @@ -54,6 +54,6 @@ 1.4 { 1.5 echo "Processing post-install commands..." 1.6 # Rebuilds pango.modules when installed. 1.7 - chroot $root/ /usr/bin/pango-querymodules > /etc/pango/pango.modules 1.8 + chroot $root/ /usr/bin/pango-querymodules > $root/etc/pango/pango.modules 1.9 } 1.10