this part can't be in the build section

This commit is contained in:
Martin Stransky 2007-10-23 07:38:08 +00:00
parent b389863e0e
commit 99499f4745

View File

@ -181,10 +181,6 @@ removed in favor of xulrunner-devel.
%endif %endif
#---------------------------------------------------------------------
%build
%{__rm} -f .mozconfig %{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig %{__cp} %{SOURCE10} .mozconfig
%if %{official_branding} %if %{official_branding}
@ -194,6 +190,10 @@ removed in favor of xulrunner-devel.
# set up our default bookmarks # set up our default bookmarks
%{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html %{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
#---------------------------------------------------------------------
%build
# set up our default homepage # set up our default homepage
%{__cat} >> %{SOURCE12} << EOF %{__cat} >> %{SOURCE12} << EOF
pref("browser.startup.homepage", "%{homepage}"); pref("browser.startup.homepage", "%{homepage}");