opera: fix opera wrapper to pass arguments to executable
This commit is contained in:
parent
062db1e409
commit
1f8a5ee0ec
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec /usr/lib/opera/opera
|
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=2
|
revision=3
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue