--- a/pidgin/win32/prepare-workspace.sh Sat Sep 24 18:19:04 2016 -0500 +++ b/pidgin/win32/prepare-workspace.sh Fri Oct 12 19:11:25 2018 -0500 @@ -210,7 +210,7 @@ exit 1 fi failed=0 - $WGET -t 3 "$1" -O "$2" -o "wget.log" --retry-connrefused --waitretry=2 --ca-certificate="$WIN32DEV_STORE/cacert.pem" || failed=1 + $WGET -t 3 "$1" -O "$2" -o "wget.log" --retry-connrefused --waitretry=2 || failed=1 if [ $failed != 0 ]; then echo "Download failed" cat "wget.log" @@ -349,8 +349,6 @@ path_real "$WIN32DEV_STORE" WIN32DEV_STORE="$path_ret" -cat "$PIDGIN_BASE/share/ca-certs"/*.pem > "$WIN32DEV_STORE/cacert.pem" - # checking for Bonjour SDK # User may choose Bonjour SDK installation during the setup process and it may