summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-10-28 19:47:00 +0200
committerJudd Vinet <judd@archlinux.org>2005-10-28 19:47:00 +0200
commit7fac942da1826cd99eda51078ce32c0992e3fd24 (patch)
treeb3314238cb1621dce2c5ae7d8e5d5d492d24c61f /etc
parent4c73d931a75dac330c96f54d5f6c5db0e307005e (diff)
downloadpacman-7fac942da1826cd99eda51078ce32c0992e3fd24.tar.gz
pacman-7fac942da1826cd99eda51078ce32c0992e3fd24.tar.xz
added --no-check-certificate
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf2
1 files changed, 1 insertions, 1 deletions
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"