For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so that hardli...
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Feb 2007 05:04:34 +0000 (05:04 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Feb 2007 05:04:34 +0000 (05:04 -0000)
svn path=/main/trunk/; revision=6088

bin/ecompress
man/make.conf.5

index 91172177e03da3e330938f93be9f4f24a86ea450..2b2fa814d223bbfadfb75749968b2aa9cdf92be4 100755 (executable)
@@ -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
 
index 8467aa016031a55e742bca5a243a2a38da8c79cd..5b92412405ad1255dc50f3ec970cab2009e65699 100644 (file)
@@ -329,7 +329,7 @@ the host that creates the binary packages and not to the root of the \fBPKGDIR\f
 This variable contains the command used to compress documentation during the
 install phase.
 .TP
-\fBPORTAGE_COMPRESS_FLAGS\fR = \fI"\-9"\fR
+\fBPORTAGE_COMPRESS_FLAGS\fR = \fI"\-f9"\fR
 This variable contains flags for the \fBPORTAGE_COMPRESS\fR command.
 .TP
 .B PORTAGE_ELOG_CLASSES