Skip to content

Commit

Permalink
app-portage/grs: clean up installation for USE=server
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
blueness committed Jan 15, 2018
1 parent 90ee3b5 commit 26888ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-portage/grs/grs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ src_install() {
distutils-r1_src_install
echo "CONFIG_PROTECT=\"/etc/grs/systems.conf\"" > "${T}"/20grs
doenvd "${T}"/20grs
mkdir ${D}/usr/share/${PN}
use server && cp "${DISTDIR}"/${ISO} ${D}/usr/share/${PN}
if use server; then
mkdir ${D}/usr/share/${PN}
cp "${DISTDIR}"/${ISO} ${D}/usr/share/${PN}
fi
}

0 comments on commit 26888ba

Please sign in to comment.