mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
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
|
case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
|
chown _netdata:_netdata var/lib/netdata/
|
||||||
chown _netdata:root var/lib/netdata/registry/
|
chown _netdata:root var/lib/netdata/registry/
|
||||||
chown root usr/libexec/netdata/plugins.d/apps.plugin
|
chown root usr/libexec/netdata/plugins.d/apps.plugin
|
||||||
chmod 0755 usr/libexec/netdata/plugins.d/apps.plugin
|
chmod 0755 usr/libexec/netdata/plugins.d/apps.plugin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'netdata'
|
# Template file for 'netdata'
|
||||||
pkgname=netdata
|
pkgname=netdata
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue