Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
Date: Tue, 06 Oct 2015 02:45:13
Message-Id: 1444099475.20b6bc3bf88db17ad903c59a8396dceab2629034.prometheanfire@gentoo
1 commit: 20b6bc3bf88db17ad903c59a8396dceab2629034
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 02:44:35 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 02:44:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b6bc3b
7
8 www-apps/icingaweb2-module-pnp4nagios: correcting installation location
9
10 Package-Manager: portage-2.2.20.1
11
12 .../icingaweb2-module-pnp4nagios-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
16 index 4bcaa4f..6fc2284 100644
17 --- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
18 +++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
19 @@ -21,6 +21,6 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
20 RDEPEND="${DEPEND}"
21
22 src_install() {
23 - mkdir -p "${D}/usr/share/icingaweb2/modules/${PN}"
24 - cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/${PN}"
25 + mkdir -p "${D}/usr/share/icingaweb2/modules/pnp4nagios"
26 + cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp4nagios"
27 }