From b5db5bb3a2f7d370e407538258cecc6bd148783c Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 20 Apr 2014 01:54:44 +0200 Subject: [PATCH] actually fixed wget ca-certificate bug --- net-misc/wget/wget-1.14.recipe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-misc/wget/wget-1.14.recipe b/net-misc/wget/wget-1.14.recipe index f0743dfad..3eef317de 100644 --- a/net-misc/wget/wget-1.14.recipe +++ b/net-misc/wget/wget-1.14.recipe @@ -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()