summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpkgmk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgmk.in b/pkgmk.in
index 251a5770..9c1d95a0 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -125,7 +125,7 @@ download_file() {
;;
wget)
RESUME_CMD="-c"
- DOWNLOAD_OPTS="--passive-ftp --no-directories --tries=3 --waitretry=3 \
+ DOWNLOAD_OPTS="--compression=none --passive-ftp --no-directories --tries=3 --waitretry=3 \
--directory-prefix=$PKGMK_SOURCE_DIR \
--output-document=$LOCAL_FILENAME_PARTIAL $PKGMK_WGET_OPTS"
;;

Generated by cgit