Thread: Opera 9.60
View Single Post
  #5   (View Single Post)  
Old 11th October 2008
greencross's Avatar
greencross greencross is offline
Real Name: David Gevorgyan
Fdisk Soldier
 
Join Date: May 2008
Location: Yerevan, Armenia
Posts: 58
Default

Same here. It gave me this:

Then:
1)% cat /usr/local/share/opera/bin/operapluginwrapper
Code:
#!/bin/sh

if [ brandelf $3 | grep "FreeBSD" ]; then
        exec $0.freebsd $@
else
        exec $0.linux $@
fi
2)# cp ./operapluginwrapper.freebsd ./operapluginwrapper.linux
3)% opera

No warning.
__________________
rtfm
Reply With Quote