diff options
author | root <root@rshg054.dnsready.net> | 2013-01-23 00:06:58 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-23 00:06:58 -0800 |
commit | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (patch) | |
tree | 27b5a5e0c621c065f896dd02b57ae7f0cab5cdb1 /community/collectd | |
parent | 949fa4e5ed405aaddcebff7e21008f03cdffa580 (diff) |
Wed Jan 23 00:06:58 PST 2013
Diffstat (limited to 'community/collectd')
-rw-r--r-- | community/collectd/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index 1c9979928..a5d28a5ca 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80640 2012-11-28 06:12:39Z bisson $ +# $Id: PKGBUILD 82585 2013-01-21 05:37:10Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Gerhard Brauer <gerhard.brauer@web.de> pkgname=collectd pkgver=5.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon which collects system performance statistics periodically' url='http://collectd.org/' arch=('i686' 'x86_64') @@ -76,4 +76,5 @@ package() { install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/collectd.service install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl + mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man # perl man magick ignores datarootdir } |