opera: fix paths to be able to load internal libraries

This commit is contained in:
Duncaen 2015-12-13 20:34:53 +01:00
parent 10bfe2a311
commit 72ff1b89b3
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/lib/opera/opera

View file

@ -1,7 +1,7 @@
# Template file for 'opera'
pkgname=opera
version=34.0.2036.25
revision=1
revision=2
only_for_archs="x86_64"
depends="ffmpeg desktop-file-utils"
short_desc="Fast, secure, easy to use browser"
@ -19,8 +19,8 @@ do_extract() {
}
do_install() {
vbin usr/bin/opera
vcopy usr/lib /usr/lib
vbin ${FILESDIR}/opera
vcopy usr/lib/x86_64-linux-gnu usr/lib
vcopy usr/share /usr/share
vlicense usr/share/doc/opera-stable/copyright
}