# HG changeset patch # User Pascal Bellard # Date 1397032405 0 # Node ID 5f72ca8e306067a62d56e479c49e59d6226891bc # Parent 7d5c0cb4336a3babb27162981f3e6f712fec8d30 pango: fix post_install *again* diff -r 7d5c0cb4336a -r 5f72ca8e3060 pango/receipt --- a/pango/receipt Wed Apr 09 09:11:44 2014 +0200 +++ b/pango/receipt Wed Apr 09 08:33:25 2014 +0000 @@ -54,6 +54,6 @@ { echo "Processing post-install commands..." # Rebuilds pango.modules when installed. - chroot $1/ /usr/bin/pango-querymodules > /etc/pango/pango.modules + chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules }