wok diff pango/receipt @ rev 676

busybox/tar: accept --wildcards arg (do nothing)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 24 16:36:30 2008 +0000 (2008-04-24)
parents 671f4018b0b7
children 0c1ee5f041b9
line diff
     1.1 --- a/pango/receipt	Sat Apr 12 18:02:24 2008 +0200
     1.2 +++ b/pango/receipt	Thu Apr 24 16:36:30 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  }