commit: cee8edd2b9a8f186f5c1f07bd5a0a91bab415d1c
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 11:43:39 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 11:43:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee8edd2
app-portage/grs: install the ISO tarball only if USE=server
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-portage/grs/grs-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
index a4a9b8ed236..a4f5555165f 100644
--- a/app-portage/grs/grs-9999.ebuild
+++ b/app-portage/grs/grs-9999.ebuild
@@ -55,5 +55,5 @@ src_install() {
echo "CONFIG_PROTECT=\"/etc/grs/systems.conf\"" > "${T}"/20grs
doenvd "${T}"/20grs
mkdir ${D}/usr/share/${P}
- cp "${DISTDIR}"/${ISO} ${D}/usr/share/${P}
+ use server && cp "${DISTDIR}"/${ISO} ${D}/usr/share/${P}
}