Commit 82e1b7d0 authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm play: add --no-sandbox to raindrop (eterbug #17298)

parent cb879a68
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_bin_exec_command
subst 's|"$@"|--no-sandbox "$@"|' usr/bin/$PRODUCT
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