netdata: fix runtime error

This commit is contained in:
Toyam Cox 2017-01-30 01:32:55 -05:00
parent 52dbd6ccbe
commit 60e12e6d33
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
case ${ACTION} in
post)
chown _netdata:_netdata var/lib/netdata/
chown _netdata:root var/lib/netdata/registry/
chown root usr/libexec/netdata/plugins.d/apps.plugin
chmod 0755 usr/libexec/netdata/plugins.d/apps.plugin

View file

@ -1,7 +1,7 @@
# Template file for 'netdata'
pkgname=netdata
version=1.5.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="zlib-devel"