diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2022-07-25 09:37:50 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-07-25 09:38:21 -0400 |
commit | 8d28d71f0ce5e2955769974c3a203fe1b69a8994 (patch) | |
tree | e7bc0b791b19eb08cbefbd543e2fc8305fe6e34e /app-portage | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.10.133 (diff) | |
download | gentoo-8d28d71f0ce5e2955769974c3a203fe1b69a8994.tar.gz gentoo-8d28d71f0ce5e2955769974c3a203fe1b69a8994.tar.bz2 gentoo-8d28d71f0ce5e2955769974c3a203fe1b69a8994.zip |
app-portage/grs: do not install grsrun when USE=server
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.8-r1.ebuild (renamed from app-portage/grs/grs-0.8.ebuild) | 2 | ||||
-rw-r--r-- | app-portage/grs/grs-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-portage/grs/grs-0.8.ebuild b/app-portage/grs/grs-0.8-r1.ebuild index 4d092253267a..ab9211c65032 100644 --- a/app-portage/grs/grs-0.8.ebuild +++ b/app-portage/grs/grs-0.8-r1.ebuild @@ -55,5 +55,7 @@ src_install() { if use server; then mkdir "${D}"/usr/share/${PN} cp "${DISTDIR}"/${ISO} "${D}"/usr/share/${PN} + else + rm "${D}"/usr/bin/grsrun fi } diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 4d092253267a..ab9211c65032 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -55,5 +55,7 @@ src_install() { if use server; then mkdir "${D}"/usr/share/${PN} cp "${DISTDIR}"/${ISO} "${D}"/usr/share/${PN} + else + rm "${D}"/usr/bin/grsrun fi } |