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
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Jason Chu (jason)
Eduardo Romero (kensai)
Architecture i686
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

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.
Comment by Anonymous Submitter - Monday, 11 February 2008, 06:37 GMT
Also there is some "lint" left in the /opt/mozilla hierarchy other than the java stuff.
Comment by Martin Schmidt (Blind) - Tuesday, 12 February 2008, 17:07 GMT
Yeah, but plugins should be moved to
/opt/mozilla/lib/plugins:
and not
/opt/mozilla/lib/plugins

Cheers.

Loading...