summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ecompress2
-rw-r--r--man/make.conf.52
2 files changed, 2 insertions, 2 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
diff --git a/man/make.conf.5 b/man/make.conf.5
index 7fd1d35c..83ebf7a6 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -330,7 +330,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