diff options
author | Hans de Graaff <hans@degraaff.org> | 2020-08-20 11:36:51 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2020-08-20 11:36:51 +0200 |
commit | 95d115f72a827226c1c869c58936678257ef4120 (patch) | |
tree | 4e8867f535f0eb3dcf34834c61316d3fffc42690 /net-analyzer | |
parent | net-analyzer/munin-elasticsearch: initial import (diff) | |
download | graaff-95d115f72a827226c1c869c58936678257ef4120.tar.gz graaff-95d115f72a827226c1c869c58936678257ef4120.tar.bz2 graaff-95d115f72a827226c1c869c58936678257ef4120.zip |
net-analyzer/munin-elasticsearch: fix install path
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/munin-elasticsearch/munin-elasticsearch-0.20180515.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/munin-elasticsearch/munin-elasticsearch-0.20180515.ebuild b/net-analyzer/munin-elasticsearch/munin-elasticsearch-0.20180515.ebuild index cc186b2a..b18ae912 100644 --- a/net-analyzer/munin-elasticsearch/munin-elasticsearch-0.20180515.ebuild +++ b/net-analyzer/munin-elasticsearch/munin-elasticsearch-0.20180515.ebuild @@ -24,6 +24,6 @@ RDEPEND=" src_install() { default - exeinto /usr/share/munin/plugins + exeinto /usr/libexec/munin/plugins doexe elasticsearch_ } |