community/netdata to 1.20.0-4

This commit is contained in:
Kevin Mihelich 2020-03-21 11:35:17 +00:00
parent 69a5d33906
commit d9aa2b1f03
2 changed files with 1 additions and 5 deletions

View file

@ -6,7 +6,7 @@
pkgname=netdata
pkgver=1.20.0
pkgrel=3
pkgrel=4
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
url="https://github.com/netdata/netdata"
arch=('x86_64')
@ -56,7 +56,6 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 system/netdata.conf "$pkgdir"/etc/netdata/netdata.conf
chown -R 0:134 "$pkgdir"/etc/netdata
chown -R 0:134 "$pkgdir"/usr/share/netdata/web
install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service"

View file

@ -1,3 +0,0 @@
d /var/lib/netdata 0750 netdata netdata
d /var/log/netdata 0750 netdata netdata
d /var/cache/netdata 0750 netdata netdata