summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/grs/grs-9999.ebuild')
-rw-r--r--app-portage/grs/grs-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}