commit: 034d7a44af9b7c86852f767491ac3e390ebe5f00
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 20:49:57 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 20:49:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034d7a44
www-apps/icingaweb2-module-graphite: fix the install dir
Package-Manager: portage-2.2.26
.../icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild
b/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild
index f30e542..2e6dc77 100644
--- a/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild
+++ b/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild
@@ -24,6 +24,6 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
RDEPEND="${DEPEND}"
src_install() {
- insinto "/usr/share/icingaweb2/modules/pnp/${PN}"
+ insinto "/usr/share/icingaweb2/modules/graphite/"
doins -r "${S}"/*
}