summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-11-29 18:11:46 +0100
committerMartin Stransky <stransky@anakreon.cz>2014-11-29 18:11:46 +0100
commitd298a00064b97f3057cc7861e61d444384003a5c (patch)
tree839f8962713eda799553b2af523cdc574c2cd0ea /firefox-mozconfig
parentUpdate to new upstream - 33.1 (diff)
downloadlibrewolf-fedora-ff-d298a00064b97f3057cc7861e61d444384003a5c.tar.gz
librewolf-fedora-ff-d298a00064b97f3057cc7861e61d444384003a5c.tar.bz2
librewolf-fedora-ff-d298a00064b97f3057cc7861e61d444384003a5c.zip
Fixed geolocation key location
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
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
bgstack15