wok diff pango/receipt @ rev 5153

get-virtualbox: Fix build.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 24 14:34:06 2010 +0100 (2010-03-24)
parents db63cccdb8d4
children 9e38c2f11c48
line diff
     1.1 --- a/pango/receipt	Sun Mar 21 11:50:42 2010 +0100
     1.2 +++ b/pango/receipt	Wed Mar 24 14:34:06 2010 +0100
     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  }