commit: 612eb9947a8460336f81a9f71a0109bac81a1068
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 20:14:50 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 21:03:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612eb994
net-analyzer/netdata-go-plugin: change location of conf.d directory
net-analyzer/netdata switched from autotools to cmake in commit
bcc77aef95de ("net-analyzer/netdata: autotools removed so use cmake")
and conf.d location has change from
/usr/$(get_libdir)/conf.d
to
/usr/lib/conf.d
We need to respect the new location in this package as well.
Closes: https://bugs.gentoo.org/935870
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
...tdata-go-plugin-0.58.1.ebuild => netdata-go-plugin-0.58.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1-r1.ebuild
similarity index 96%
rename from net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
rename to net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1-r1.ebuild
index 70f99d0fda15..6d0271de009c 100644
--- a/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1.ebuild
+++ b/net-analyzer/netdata-go-plugin/netdata-go-plugin-0.58.1-r1.ebuild
@@ -46,6 +46,6 @@ src_install() {
exeinto "/usr/libexec/netdata/plugins.d"
newexe godplugin go.d.plugin
- insinto "/usr/$(get_libdir)/netdata/conf.d"
+ insinto "/usr/lib/netdata/conf.d"
doins -r config/*
}