diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-11 15:49:57 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-11 15:49:57 -0500 |
commit | 034d7a44af9b7c86852f767491ac3e390ebe5f00 (patch) | |
tree | 6d67d18ac1d89e11f0aee8ea8522919df16a1722 /www-apps/icingaweb2-module-graphite | |
parent | www-apps/icingaweb2-module-graphite: first packaging (diff) | |
download | gentoo-034d7a44af9b7c86852f767491ac3e390ebe5f00.tar.gz gentoo-034d7a44af9b7c86852f767491ac3e390ebe5f00.tar.bz2 gentoo-034d7a44af9b7c86852f767491ac3e390ebe5f00.zip |
www-apps/icingaweb2-module-graphite: fix the install dir
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-apps/icingaweb2-module-graphite')
-rw-r--r-- | www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}"/* } |