diff options
-rw-r--r-- | firefox.spec | 10 |
1 files 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 #--------------------------------------------------------------------- |