slack.sh 251 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/sh -x

# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=slack
8
PRODUCTDIR=/usr/lib/slack
9 10 11

. $(dirname $0)/common-chromium-browser.sh

12
#move_to_opt
13 14 15 16 17 18 19

fix_chrome_sandbox

install_deps

cleanup

20
add_bin_exec_command
21