www-apps/icingaweb2-module-graphite: fix the install dir
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 11 Apr 2016 20:49:57 +0000 (15:49 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 11 Apr 2016 20:49:57 +0000 (15:49 -0500)
Package-Manager: portage-2.2.26

www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild

index f30e54227f4d8811e2df0bece20c59e9293d5309..2e6dc77cf93832ab55f6d82dc43e7b94c653e016 100644 (file)
@@ -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}"/*
 }