summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-02-27 05:04:34 +0000
committerZac Medico <zmedico@gentoo.org>2007-02-27 05:04:34 +0000
commitc8907c8b6544d28570b97f69f78d704a260bd7ad (patch)
tree2be8db1f0968a6c4f1d371d6f4b1cb3b4bb3f1a0 /bin
parente6f6ad0b1971d83caf1f16f000bc2f168fa99693 (diff)
downloadportage-c8907c8b6544d28570b97f69f78d704a260bd7ad.tar.gz
portage-c8907c8b6544d28570b97f69f78d704a260bd7ad.tar.bz2
portage-c8907c8b6544d28570b97f69f78d704a260bd7ad.zip
For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so that hardlinks are automatically broken.
svn path=/main/trunk/; revision=6088
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ecompress2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ecompress b/bin/ecompress
index 91172177e..2b2fa814d 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -14,7 +14,7 @@ source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
PORTAGE_COMPRESS=${PORTAGE_COMPRESS:-bzip2}
if [[ -z ${PORTAGE_COMPRESS_FLAGS} ]] ; then
case ${PORTAGE_COMPRESS} in
- bzip2|gzip) PORTAGE_COMPRESS_FLAGS="-9";;
+ bzip2|gzip) PORTAGE_COMPRESS_FLAGS="-f9";;
esac
fi