opera: fix opera wrapper to pass arguments to executable
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user