summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-02-27 05:05:16 +0000
committerZac Medico <zmedico@gentoo.org>2007-02-27 05:05:16 +0000
commit837bece02ea0e86bc4ed1d4bcf94ca6521c62d93 (patch)
treee547cd1f8d59794e666e9fa5d7e03b032a395db7 /bin/ecompress
parentFor compatibility with older findutils, don't use the -L predicate (bug #1684... (diff)
downloadportage-multirepo-837bece02ea0e86bc4ed1d4bcf94ca6521c62d93.tar.gz
portage-multirepo-837bece02ea0e86bc4ed1d4bcf94ca6521c62d93.tar.bz2
portage-multirepo-837bece02ea0e86bc4ed1d4bcf94ca6521c62d93.zip
For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so that hardlinks are automatically broken. (trunk r6087:6088)
svn path=/main/branches/2.1.2/; revision=6089
Diffstat (limited to 'bin/ecompress')
-rwxr-xr-xbin/ecompress2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ecompress b/bin/ecompress
index 91172177..2b2fa814 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