diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-23 19:31:16 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-23 19:31:16 -0300 |
commit | 59a85546825bde45248cd216c2d8fae8f72e4046 (patch) | |
tree | 4671056dabe2acadd54ab89d8cfcb46bf2283145 /community/collectd/PKGBUILD | |
parent | 1f07b846d901eeaf0019566766f8a327ed2d078d (diff) | |
parent | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/chmsee/PKGBUILD
community/libzdb/PKGBUILD
community/notmuch/PKGBUILD
community/v8/PKGBUILD
community/zathura-ps/PKGBUILD
core/dash/PKGBUILD
extra/slim/PKGBUILD
Diffstat (limited to 'community/collectd/PKGBUILD')
-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 935e23d64..d4bffed52 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' 'mips64el') @@ -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 } |