diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-11-30 17:28:06 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-11-30 17:28:09 +0100 |
commit | a3865f21a9aa9d7936abcc9ab328d52bdab401d6 (patch) | |
tree | d80b57514621b5a229c7acde9b50200514c7e439 | |
parent | d4dd1897d388c789e10f620e1d79adb8c85f1465 (diff) | |
download | pkgutils-a3865f21a9aa9d7936abcc9ab328d52bdab401d6.tar.gz pkgutils-a3865f21a9aa9d7936abcc9ab328d52bdab401d6.tar.xz |
pkgmk: use --compression=none for wget by default.
-rwxr-xr-x | pkgmk.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |