summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-10-05 21:44:35 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-10-05 21:44:35 -0500
commit20b6bc3bf88db17ad903c59a8396dceab2629034 (patch)
tree52db360b019192cbccb216ea55237874472a4ce1 /www-apps
parentfix broken headers in a few random files (diff)
downloadgentoo-20b6bc3bf88db17ad903c59a8396dceab2629034.tar.gz
gentoo-20b6bc3bf88db17ad903c59a8396dceab2629034.tar.bz2
gentoo-20b6bc3bf88db17ad903c59a8396dceab2629034.zip
www-apps/icingaweb2-module-pnp4nagios: correcting installation location
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
index 4bcaa4f6cc0b..6fc2284be680 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -21,6 +21,6 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
RDEPEND="${DEPEND}"
src_install() {
- mkdir -p "${D}/usr/share/icingaweb2/modules/${PN}"
- cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/${PN}"
+ mkdir -p "${D}/usr/share/icingaweb2/modules/pnp4nagios"
+ cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp4nagios"
}