actually fixed wget ca-certificate bug

This commit is contained in:
Julien Lepiller
2014-04-20 01:54:44 +02:00
parent f8cbe868d0
commit b5db5bb3a2

View File

@@ -45,6 +45,10 @@ USER_SETTINGS_FILES="
settings/wgetrc
"
GLOBAL_WRITABLE_FILES="
settings/wgetrc keep-old
"
PATCHES="
wget-1.14.patch
wget-1.14-build-fixes.patch
@@ -64,7 +68,7 @@ INSTALL()
{
make install
# Tells wget where to find certificates
echo "ca_certificate=/boot/system/data/ssl/CARootCertificates.pem" > $confDir/wgetrc
echo "ca_certificate=/boot/system/data/ssl/CARootCertificates.pem" > $settingsDir/wgetrc
}
TEST()