wok diff audit-dev/receipt @ rev 17714

inkscape: remove obsolate patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 04 10:06:37 2015 +0100 (2015-03-04)
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	Wed Mar 04 10:06:37 2015 +0100
     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  }