forked from tools/pkgutils
pkgmk: use --compression=none for wget by default.
This commit is contained in:
parent
d4dd1897d3
commit
a3865f21a9
2
pkgmk.in
2
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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user