netdata: fix runtime error
This commit is contained in:
parent
52dbd6ccbe
commit
60e12e6d33
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue