mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
opera: fix paths to be able to load internal libraries
This commit is contained in:
parent
10bfe2a311
commit
72ff1b89b3
2 changed files with 5 additions and 3 deletions
2
srcpkgs/opera/files/opera
Normal file
2
srcpkgs/opera/files/opera
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec /usr/lib/opera/opera
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opera'
|
# Template file for 'opera'
|
||||||
pkgname=opera
|
pkgname=opera
|
||||||
version=34.0.2036.25
|
version=34.0.2036.25
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
depends="ffmpeg desktop-file-utils"
|
depends="ffmpeg desktop-file-utils"
|
||||||
short_desc="Fast, secure, easy to use browser"
|
short_desc="Fast, secure, easy to use browser"
|
||||||
|
@ -19,8 +19,8 @@ do_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin usr/bin/opera
|
vbin ${FILESDIR}/opera
|
||||||
vcopy usr/lib /usr/lib
|
vcopy usr/lib/x86_64-linux-gnu usr/lib
|
||||||
vcopy usr/share /usr/share
|
vcopy usr/share /usr/share
|
||||||
vlicense usr/share/doc/opera-stable/copyright
|
vlicense usr/share/doc/opera-stable/copyright
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue