wok-current diff claws-mail-spam_report/receipt @ rev 4296
libconfuse: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 21:46:57 2009 +0200 (2009-09-26) |
parents | 0b7673770326 |
children | 727a8586dc83 |
line diff
1.1 --- a/claws-mail-spam_report/receipt Mon Jul 06 23:54:13 2009 +0200 1.2 +++ b/claws-mail-spam_report/receipt Sat Sep 26 21:46:57 2009 +0200 1.3 @@ -27,11 +27,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib/claws-mail/plugins \ 1.8 - $fs/usr/share/locale 1.9 - 1.10 + mkdir -p $fs/usr/lib/claws-mail/plugins 1.11 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ 1.12 $fs/usr/lib/claws-mail/plugins 1.13 - cp -a $_pkg/usr/share/locale/fr $fs/usr/locale 1.14 } 1.15 -