Author Login
Post Reply
Tomasz Paweł Gajc escreveu:
> Dnia 2008-05-12, o godz. 17:46:38
> Anssi Hannula <anssi@(protected)):
>
>
>> salem wrote:
>>
>>> Log:
>>> - fix wrong plugins directory.
>>>
>>> Modified:
>>> cooker/mozilla-firefox/branches/firefox3/current/SOURCES/mozilla-firebird-0.6.1-plugindirs.patch
>>> ==============================================================================
>>> ---
>>> cooker/mozilla-firefox/branches/firefox3/current/SOURCES/mozilla-firebird-0.6.1-plugindirs.patch
>>> (original) +++
>>> cooker/mozilla-firefox/branches/firefox3/current/SOURCES/mozilla-firebird-0.6.1-plugindirs.patch
>>> Mon May 12 16:31:49 2008 @@(protected)
>>> MOZILLA_BIN="mozilla-bin" -+export
>>> MOZ_PLUGIN_PATH=LIBDIR/mozilla/plugins ++export
>>> MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins +
>>>
>> Wrong, it is /usr/lib64/mozilla/plugins on 64bit.
>>
>> You should make it @LIBDIR@(protected)
>> %{_libdir} in .spec :)
>>
>>
>
> This patch was backported from ff2 without any modifications.
>
> So this means that ff2 is also broken in this case ?
>
>
I think LIBDIR used to be replaced in firefox2 (mozilla.in), but some
change on the firefox build system broke the patch.