aboutsummaryrefslogtreecommitdiffstats
path: root/main/collectd/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2011-07-06 06:07:11 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2011-07-06 06:07:11 +0000
commite825eaca66b72e95259217cc34078e1dd732e300 (patch)
tree43afc4ea9a9e6240c5b5e5f2b09ffdaae30d311a /main/collectd/APKBUILD
parent8bb1c720dc789bc488cdef0ae9704a03deb7e906 (diff)
parent459ff4d6b71c5e70d23250578342abde00b570cd (diff)
downloadaports-e825eaca66b72e95259217cc34078e1dd732e300.tar.bz2
aports-e825eaca66b72e95259217cc34078e1dd732e300.tar.xz
Merge git://dev.alpinelinux.org/aports
Conflicts: testing/calibre/APKBUILD
Diffstat (limited to 'main/collectd/APKBUILD')
-rw-r--r--main/collectd/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/collectd/APKBUILD b/main/collectd/APKBUILD
index 05bbf12c98..6d0a512584 100644
--- a/main/collectd/APKBUILD
+++ b/main/collectd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=collectd
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The system statistics collection daemon"
url="http://collectd.org"
arch="all"
@@ -52,7 +52,9 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la \
+ "$pkgdir"/usr/lib/collectd/*.la || return 1
find "$pkgdir" -name perllocal.pod -delete
install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname