added --no-check-certificate

This commit is contained in:
Judd Vinet 2005-10-28 17:47:00 +00:00
parent 4c73d931a7
commit 7fac942da1
1 changed files with 1 additions and 1 deletions

View File

@ -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"