From d298a00064b97f3057cc7861e61d444384003a5c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sat, 29 Nov 2014 18:11:46 +0100 Subject: [PATCH] Fixed geolocation key location --- firefox-mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox-mozconfig b/firefox-mozconfig index 79c4014..1823583 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -33,7 +33,7 @@ ac_add_options --disable-gnomevfs ac_add_options --enable-chrome-format=omni ac_add_options --enable-pulseaudio ac_add_options --with-system-icu -ac_add_options --with-mozilla-api-keyfile=mozilla-api-key +ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1