summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-11-30 17:28:06 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2017-11-30 17:28:09 +0100
commita3865f21a9aa9d7936abcc9ab328d52bdab401d6 (patch)
treed80b57514621b5a229c7acde9b50200514c7e439
parentd4dd1897d388c789e10f620e1d79adb8c85f1465 (diff)
downloadpkgutils-a3865f21a9aa9d7936abcc9ab328d52bdab401d6.tar.gz
pkgutils-a3865f21a9aa9d7936abcc9ab328d52bdab401d6.tar.xz
pkgmk: use --compression=none for wget by default.
-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