From 7fac942da1826cd99eda51078ce32c0992e3fd24 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 28 Oct 2005 17:47:00 +0000 Subject: added --no-check-certificate --- etc/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/makepkg.conf b/etc/makepkg.conf index bb48ec8d..2846624a 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -3,7 +3,7 @@ # # The FTP/HTTP download utility that makepkg should use to acquire sources -export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3" +export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3 --no-check-certificate" #export FTPAGENT="/usr/bin/snarf" #export FTPAGENT="/usr/bin/lftpget -c" -- cgit v1.2.3-24-g4f1b