From: Mike Frysinger Date: Sun, 17 Dec 2006 01:30:30 +0000 (-0000) Subject: force environment.bz2 to be clobbered if it already exists X-Git-Tag: v2.1.2~285 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba4a92258ef8bdc8d1cd1c8f28ca6688849db592;p=portage.git force environment.bz2 to be clobbered if it already exists svn path=/main/trunk/; revision=5307 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 4dda6af42..aa0614195 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -962,7 +962,7 @@ dyn_compile() { set +f set > environment export -p | sed 's:declare -rx:declare -x:' >> environment - bzip2 -9 environment + bzip2 -f9 environment cp "${EBUILD}" "${PF}.ebuild" if hasq nostrip ${FEATURES} ${RESTRICT} || hasq strip ${RESTRICT}