opera: fix opera wrapper to pass arguments to executable
This commit is contained in:
parent
062db1e409
commit
1f8a5ee0ec
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/lib/opera/opera
|
||||
exec /usr/lib/opera/opera "$@"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opera'
|
||||
pkgname=opera
|
||||
version=34.0.2036.25
|
||||
revision=2
|
||||
revision=3
|
||||
only_for_archs="x86_64"
|
||||
depends="ffmpeg desktop-file-utils"
|
||||
short_desc="Fast, secure, easy to use browser"
|
||||
|
|
Loading…
Reference in New Issue