wok diff audit-dev/receipt @ rev 16545

tazbug-website: change source of tazbug.conf. Am I right?
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 29 10:57:09 2014 +0000 (2014-04-29)
parents e9e7c1c5617e
children 483356497a25
line diff
     1.1 --- a/audit-dev/receipt	Tue May 29 18:15:33 2012 +0200
     1.2 +++ b/audit-dev/receipt	Tue Apr 29 10:57:09 2014 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="System call auditing development files"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://people.redhat.com/sgrubb/audit/"
     1.9  WANTED="audit"
    1.10  
    1.11 @@ -14,6 +15,6 @@
    1.12  genpkg_rules()                                      
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.17 +	cp -a $install/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.19  }