Commit 99a2e6cd authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: add domination-client support

parent 85940922
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=domination-client
PRODUCTDIR="/opt/Domination/Client"
. $(dirname $0)/common-chromium-browser.sh
# many side effects due the space
move_to_opt "/opt/Domination Client"
subst "s|/opt/Domination Client/||" $BUILDROOT/usr/share/applications/domination-client.desktop
add_bin_link_command
install_deps
fix_chrome_sandbox
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