From 4cc393e77d43de9f4c5f3b5d552d20f7416cd82a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 19 Jun 2012 06:07:45 +0000 Subject: main/collectd: delete .packlist --- main/collectd/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main/collectd/APKBUILD') diff --git a/main/collectd/APKBUILD b/main/collectd/APKBUILD index 25096d948..7e37a38b8 100644 --- a/main/collectd/APKBUILD +++ b/main/collectd/APKBUILD @@ -1,8 +1,7 @@ -# Contributor: # Maintainer: Natanael Copa pkgname=collectd pkgver=5.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="The system statistics collection daemon" url="http://collectd.org" arch="all" @@ -59,7 +58,7 @@ package() { rm "$pkgdir"/usr/lib/*.la \ "$pkgdir"/usr/lib/collectd/*.la || return 1 - find "$pkgdir" -name perllocal.pod -delete + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname } -- cgit v1.2.3