From ba4a92258ef8bdc8d1cd1c8f28ca6688849db592 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Dec 2006 01:30:30 +0000 Subject: force environment.bz2 to be clobbered if it already exists svn path=/main/trunk/; revision=5307 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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} -- cgit v1.2.3-1-g7c22