summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2010-09-21 16:02:15 +0200
committerMartin Stransky <stransky@redhat.com>2010-09-21 16:02:15 +0200
commit0a804ca2c205af3f6c5bbf5dc86a21a1d52bdf06 (patch)
tree793ebf1c142d5b04ed85bbf52563bba5d2ad1031 /firefox-mozconfig
parentadd chrome.manifest file (diff)
downloadlibrewolf-fedora-ff-0a804ca2c205af3f6c5bbf5dc86a21a1d52bdf06.tar.gz
librewolf-fedora-ff-0a804ca2c205af3f6c5bbf5dc86a21a1d52bdf06.tar.bz2
librewolf-fedora-ff-0a804ca2c205af3f6c5bbf5dc86a21a1d52bdf06.zip
Update to 4.0 Beta 6, Disabled langpacks for now
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 654a360..d081ddd 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -34,4 +34,4 @@ export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
-
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@
bgstack15