mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
actually fixed wget ca-certificate bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user