diff options
author | Allan McRae <allan@archlinux.org> | 2011-07-18 01:27:45 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-18 10:36:13 -0500 |
commit | 36db8c50471b4860f6f492c618053bce2559ab73 (patch) | |
tree | ef66ca9fa5208d05577a619e1acbf3ad2e45ad20 /etc | |
parent | 49427d1fb4f7cb9cfb76e430343510fba5f09e6a (diff) | |
download | pacman-36db8c50471b4860f6f492c618053bce2559ab73.tar.xz |
makepkg.conf: remove curl from other common tools
It is now set as the main tool, so make wget another common one.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index d3b7d3d3..778c5304 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -17,7 +17,7 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o % # Other common tools: # /usr/bin/snarf # /usr/bin/lftpget -c -# /usr/bin/curl +# /usr/bin/wget ######################################################################### # ARCHITECTURE, COMPILE FLAGS |