From 7fb369131e902c95bcb5fe6ec9f744a61b5b1a21 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2013 15:35:43 +0200 Subject: Firefox: fix build --- firefox.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/firefox.spec b/firefox.spec index 66c9905..99b719a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -410,9 +410,9 @@ ln -s %{mozappdir}/defaults/preferences $RPM_BUILD_ROOT/%{mozappdir}/browser/def %{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir} # Enable crash reporter for Firefox application -%if %{enable_mozilla_crashreporter} -sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini -%endif +#if %{enable_mozilla_crashreporter} +#sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini +#endif #--------------------------------------------------------------------- @@ -495,9 +495,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %dir %{mozappdir}/webapprt %{mozappdir}/webapprt/omni.ja %{mozappdir}/webapprt/webapprt.ini -%if %{enable_mozilla_crashreporter} +#if %{enable_mozilla_crashreporter} %{mozappdir}/browser/crashreporter-override.ini -%endif +#endif #--------------------------------------------------------------------- -- cgit