From 9b40a2c305e4d8d78d109627ad5b49055480958b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 26 Mar 2012 17:38:53 +0000 Subject: [PATCH] - added xulrunner symlink Changed files: icedove.spec -> 1.153 --- icedove.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/icedove.spec b/icedove.spec index 9ec9b8a..5fd7746 100644 --- a/icedove.spec +++ b/icedove.spec @@ -342,7 +342,12 @@ cd %{objdir} MOZ_PKG_DIR=%{_libdir}/%{name} \ PKG_SKIP_STRIP=1 -# Enable crash reporter for Firefox application +%if %{with xulrunner} +# needed to find mozilla runtime +ln -s ../xulrunner $RPM_BUILD_ROOT%{_libdir}/%{name}/xulrunner +%endif + +# Enable crash reporter for Thunderbird application %if %{with crashreporter} %{__sed} -i -e 's/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/' $RPM_BUILD_ROOT%{_libdir}/%{name}/application.ini @@ -484,7 +489,9 @@ exit 0 %{_libdir}/%{name}/isp %{_libdir}/%{name}/modules %{_libdir}/%{name}/searchplugins -%if %{without xulrunner} +%if %{with xulrunner} +%{_libdir}/%{name}/xulrunner +%else %{_libdir}/%{name}/dictionaries %{_libdir}/%{name}/hyphenation %{_libdir}/%{name}/res -- 2.44.0