]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- added xulrunner symlink
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Mar 2012 17:38:53 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove.spec -> 1.153

icedove.spec

index 9ec9b8a9166038a46034ba11273091ff6deff972..5fd77461194690f8eff7fbed19febd15c7a10db8 100644 (file)
@@ -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
This page took 0.159287 seconds and 4 git commands to generate.