commit: 89ef305f5936a7af7bb8d6dce04c9dd9188519c6
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 01:29:33 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 01:30:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ef305f
app-portage/grs: fix installation under /usr/share
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-portage/grs/grs-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
index a4f5555165f..1002b8a73cb 100644
--- a/app-portage/grs/grs-9999.ebuild
+++ b/app-portage/grs/grs-9999.ebuild
@@ -54,6 +54,6 @@ src_install() {
distutils-r1_src_install
echo "CONFIG_PROTECT=\"/etc/grs/systems.conf\"" > "${T}"/20grs
doenvd "${T}"/20grs
- mkdir ${D}/usr/share/${P}
- use server && cp "${DISTDIR}"/${ISO} ${D}/usr/share/${P}
+ mkdir ${D}/usr/share/${PN}
+ use server && cp "${DISTDIR}"/${ISO} ${D}/usr/share/${PN}
}