wok-stable diff pango/receipt @ rev 672
Busybox/tftpd: misc fix for PXE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 23 21:54:13 2008 +0000 (2008-04-23) |
parents | 671f4018b0b7 |
children | 0c1ee5f041b9 |
line diff
1.1 --- a/pango/receipt Sat Apr 12 18:02:24 2008 +0200 1.2 +++ b/pango/receipt Wed Apr 23 21:54:13 2008 +0000 1.3 @@ -31,7 +31,7 @@ 1.4 cp -a $_pkg/usr/bin/* $fs/usr/bin 1.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.6 cp -a $_pkg/usr/lib/pango $fs/usr/lib 1.7 - rm -rf $fs/usr/lib/pango/1.5.0/modules/*.la 1.8 + rm -rf $fs/usr/lib/pango/1.6.0/modules/*.la 1.9 cp -a $_pkg/etc $fs 1.10 pango-querymodules > $fs/etc/pango/pango.modules 1.11 }