www-apps/icingaweb2-module-pnp4nagios: correcting installation location
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 6 Oct 2015 02:44:35 +0000 (21:44 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 6 Oct 2015 02:44:35 +0000 (21:44 -0500)
Package-Manager: portage-2.2.20.1

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

index 4bcaa4f6cc0b67f4bb8ef3e4aecbb6148a6aa175..6fc2284be680e3e0020aa57e9ebc8a69f6aaa42f 100644 (file)
@@ -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"
 }