diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-17 01:30:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-17 01:30:30 +0000 |
commit | ba4a92258ef8bdc8d1cd1c8f28ca6688849db592 (patch) | |
tree | 99029dac599a1a25241147e7cc932d4fb2be54bd | |
parent | a0ef44536899a34b784dddf1f0dab99334729177 (diff) | |
download | portage-ba4a92258ef8bdc8d1cd1c8f28ca6688849db592.tar.gz portage-ba4a92258ef8bdc8d1cd1c8f28ca6688849db592.tar.bz2 portage-ba4a92258ef8bdc8d1cd1c8f28ca6688849db592.zip |
force environment.bz2 to be clobbered if it already exists
svn path=/main/trunk/; revision=5307
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |