Commit e646575d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack tradingview: add missed --no-sandbox arg

parent 09a5bb02
File mode changed from 100644 to 100755
......@@ -6,16 +6,19 @@ SPEC="$2"
. $(dirname $0)/common.sh
add_bin_link_command
add_bin_exec_command
# as in upstream's command.sh
subst 's|"$@"|--no-sandbox "$@"|' usr/bin/$PRODUCT
cd .$PRODUCTDIR || fatal
for i in etc meta snap lib/dri usr/bin usr/lib usr/include usr/share/X11 usr/share/misc usr/share/doc usr/share/fonts ; do
remove_dir $PRODUCTDIR/$i
done
cd >/dev/null
#fix_chrome_sandbox
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment