From: Matthew Thode Date: Mon, 11 Apr 2016 20:49:57 +0000 (-0500) Subject: www-apps/icingaweb2-module-graphite: fix the install dir X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=034d7a44af9b7c86852f767491ac3e390ebe5f00;p=gentoo.git www-apps/icingaweb2-module-graphite: fix the install dir Package-Manager: portage-2.2.26 --- 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 f30e54227f4d..2e6dc77cf938 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}"/* }