From 36db8c50471b4860f6f492c618053bce2559ab73 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 18 Jul 2011 01:27:45 +1000 Subject: 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 Signed-off-by: Dan McGee --- etc/makepkg.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3-24-g4f1b