FS#9304 - jre firefox plugin shold be moved with firefox
Attached to Project:
Arch Linux
Opened by sinister99 (sinister99) - Tuesday, 22 January 2008, 16:15 GMT
Last edited by Eduardo Romero (kensai) - Friday, 04 July 2008, 16:18 GMT
Opened by sinister99 (sinister99) - Tuesday, 22 January 2008, 16:15 GMT
Last edited by Eduardo Romero (kensai) - Friday, 04 July 2008, 16:18 GMT
|
Details
Description:
The firefox package in testing has moved to /usr. The java firefox plugin should be moved accordingly. # no plugin for x86_64 if [ "$CARCH" = "i686" ]; then mkdir -p $startdir/pkg/opt/mozilla/lib/plugins ln -s /opt/java/jre/plugin/i386/ns7/libjavaplugin_oji.so $startdir/pkg/opt/mozilla/lib/plugins else echo "no plugin for x86_64" fi to # no plugin for x86_64 if [ "$CARCH" = "i686" ]; then mkdir -p $startdir/pkg/usr/lib/mozilla/plugins ln -s /opt/java/jre/plugin/i386/ns7/libjavaplugin_oji.so $startdir/pkg/usr/lib/mozilla/plugins else echo "no plugin for x86_64" fi Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Eduardo Romero (kensai)
Friday, 04 July 2008, 16:18 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in jre 6u6, now available in extra.
Friday, 04 July 2008, 16:18 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in jre 6u6, now available in extra.
/opt/mozilla/lib/plugins:
and not
/opt/mozilla/lib/plugins
Cheers.