slack.sh 255 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

fix_chrome_sandbox

16
add_electron_deps
17 18 19

cleanup

20
add_bin_exec_command