summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-10-23 07:38:08 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-10-23 07:38:08 +0000
commit99499f474537bdf88bd9c888ac4f46a9cd0b2fc5 (patch)
tree6ceea30c57fdbb7567db0a7bbeb53feffd88eb8f /firefox.spec
parent- updated to the latest upstream (diff)
downloadlibrewolf-fedora-ff-99499f474537bdf88bd9c888ac4f46a9cd0b2fc5.tar.gz
librewolf-fedora-ff-99499f474537bdf88bd9c888ac4f46a9cd0b2fc5.tar.bz2
librewolf-fedora-ff-99499f474537bdf88bd9c888ac4f46a9cd0b2fc5.zip
this part can't be in the build section
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 9984330..cc11eca 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -181,10 +181,6 @@ removed in favor of xulrunner-devel.
%endif
-#---------------------------------------------------------------------
-
-%build
-
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
%if %{official_branding}
@@ -194,6 +190,10 @@ removed in favor of xulrunner-devel.
# set up our default bookmarks
%{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
+#---------------------------------------------------------------------
+
+%build
+
# set up our default homepage
%{__cat} >> %{SOURCE12} << EOF
pref("browser.startup.homepage", "%{homepage}");
bgstack15