wok diff audit/receipt @ rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | e9e7c1c5617e |
children | 7f39549720b8 |
line diff
1.1 --- a/audit/receipt Tue May 29 18:15:33 2012 +0200 1.2 +++ b/audit/receipt Thu Dec 12 07:48:19 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="System call auditing." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://people.redhat.com/sgrubb/audit/" 1.10 WGET_URL="${WEB_SITE}$TARBALL" 1.11 @@ -28,9 +29,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/sbin $fs/ 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.18 - cp -a $_pkg/etc $fs/ 1.19 + cp -a $install/sbin $fs/ 1.20 + cp -a $install/usr/bin $fs/usr 1.21 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.22 + cp -a $install/etc $fs/ 1.23 chown -R root.root $fs/etc 1.24 }