summaryrefslogtreecommitdiff
path: root/pkgmk.conf
diff options
context:
space:
mode:
authorAlan Mizrahi <alan@mizrahi.com.ve>2015-07-25 12:23:49 +0200
committerJuergen Daubert <jue@jue.li>2015-07-25 12:23:49 +0200
commit3d1855e7d20bbb4e394d494a91a484bf6e4bb0c9 (patch)
tree08b88e31087646d8b7d9fb0b7fc8e77c18b82d01 /pkgmk.conf
parentbf4255e16b64eb26eeda62b610d24c111a2fe574 (diff)
downloadpkgutils-3d1855e7d20bbb4e394d494a91a484bf6e4bb0c9.tar.gz
pkgutils-3d1855e7d20bbb4e394d494a91a484bf6e4bb0c9.tar.xz
pkgmk: add support for curl
See FS#1060, https://crux.nu/bugs/index.php?do=details&task_id=1060 New variables in /etc/pkgmk.conf: PKGMK_DOWNLOAD_PROG="" (curl or wget) PKGMK_CURL_OPTS="" (parameters for curl, when using curl)
Diffstat (limited to 'pkgmk.conf')
-rw-r--r--pkgmk.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgmk.conf b/pkgmk.conf
index 907ba69e..f6b70a8a 100644
--- a/pkgmk.conf
+++ b/pkgmk.conf
@@ -30,6 +30,7 @@ esac
# PKGMK_IGNORE_FOOTPRINT="no"
# PKGMK_IGNORE_NEW="no"
# PKGMK_NO_STRIP="no"
+# PKGMK_DOWNLOAD_PROG="wget"
# PKGMK_WGET_OPTS=""
# PKGMK_COMPRESSION_MODE="gz"

Generated by cgit