wok diff claws-mail-spam_report/receipt @ rev 15386

Up dropbear (2013.60)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 27 11:04:32 2013 +0000 (2013-10-27)
parents 4816906b39a1
children 95f0c340fe01
line diff
     1.1 --- a/claws-mail-spam_report/receipt	Sun Oct 07 01:21:26 2012 +0200
     1.2 +++ b/claws-mail-spam_report/receipt	Sun Oct 27 11:04:32 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Reports spam to various places"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  SOURCE="spam_report"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.claws-mail.org"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.15 -	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so*  \
    1.16 +	cp -a $install/usr/lib/claws-mail/plugins/*.so*  \
    1.17  		$fs/usr/lib/claws-mail/plugins
    1.18  }