From 837bece02ea0e86bc4ed1d4bcf94ca6521c62d93 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Feb 2007 05:05:16 +0000 Subject: 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 --- bin/ecompress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ecompress') 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 -- cgit v1.2.3-65-gdbad