diff options
Diffstat (limited to 'sys-devel/scratchbox/scratchbox-1.0.7.ebuild')
-rw-r--r-- | sys-devel/scratchbox/scratchbox-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/scratchbox/scratchbox-1.0.7.ebuild b/sys-devel/scratchbox/scratchbox-1.0.7.ebuild index ce2233630..e80841ebf 100644 --- a/sys-devel/scratchbox/scratchbox-1.0.7.ebuild +++ b/sys-devel/scratchbox/scratchbox-1.0.7.ebuild @@ -41,7 +41,7 @@ src_install() { pkg_preinst() { einfo "Creating group sbox" - enewgroup "${SBOX_GROUP}" || die "adding group '${SBOX_GROUP}' failed" + enewgroup "${SBOX_GROUP}" } pkg_postinst() { |