wok-next rev 16175
pango: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 30 17:08:09 2014 +0200 (2014-03-30) |
parents | e061070ab846 |
children | 50db55539590 |
files | 8086tiny/receipt pango/receipt |
line diff
1.1 --- a/8086tiny/receipt Sun Mar 30 15:02:56 2014 +0000 1.2 +++ b/8086tiny/receipt Sun Mar 30 17:08:09 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="${PACKAGE}_${VERSION/./}.tar.bz2" 1.5 WEB_SITE="http://www.megalith.co.uk/8086tiny" 1.6 WGET_URL="$WEB_SITE/downloads/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="libsdl" 1.10 BUILD_DEPENDS="nasm libsdl-dev"
2.1 --- a/pango/receipt Sun Mar 30 15:02:56 2014 +0000 2.2 +++ b/pango/receipt Sun Mar 30 17:08:09 2014 +0200 2.3 @@ -54,6 +54,6 @@ 2.4 { 2.5 echo "Processing post-install commands..." 2.6 # Rebuilds pango.modules when installed. 2.7 - chroot $root/ /usr/bin/pango-querymodules > /etc/pango/pango.modules 2.8 + chroot $root/ /usr/bin/pango-querymodules > $root/etc/pango/pango.modules 2.9 } 2.10