diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-11-29 18:11:46 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-11-29 18:11:46 +0100 |
commit | d298a00064b97f3057cc7861e61d444384003a5c (patch) | |
tree | 839f8962713eda799553b2af523cdc574c2cd0ea | |
parent | Update to new upstream - 33.1 (diff) | |
download | librewolf-fedora-ff-d298a00064b97f3057cc7861e61d444384003a5c.tar.gz librewolf-fedora-ff-d298a00064b97f3057cc7861e61d444384003a5c.tar.bz2 librewolf-fedora-ff-d298a00064b97f3057cc7861e61d444384003a5c.zip |
Fixed geolocation key location
-rw-r--r-- | firefox-mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |