mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Fix default path to chrome; now settable via .chromeos_dev.
Review URL: http://chromereview.prom.corp.google.com/1173052 git-svn-id: svn://chrome-svn/chromeos/trunk@50 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
fe04414eea
commit
63ce1e4007
@ -13,10 +13,10 @@
|
||||
# Script must be run outside the chroot
|
||||
assert_outside_chroot
|
||||
|
||||
# This script defaults Chrome source is in /usr/local/google/home/$USER/chrome
|
||||
# You may override the Chrome source dir by passing in chrome_dir
|
||||
# or with the CHROME_DIR environment variable
|
||||
DEFAULT_CHROME_DIR="${CHROME_DIR:-/usr/local/google/home/$USER/chrome}"
|
||||
# This script defaults Chrome source is in ~/chrome
|
||||
# You may override the Chrome source dir via the --chrome_dir option or by
|
||||
# setting CHROMEOS_CHROME_DIR (for example, in ./.chromeos_dev)
|
||||
DEFAULT_CHROME_DIR="${CHROMEOS_CHROME_DIR:-/home/$USER/chrome}"
|
||||
|
||||
# Flags
|
||||
DEFINE_string chrome_dir "$DEFAULT_CHROME_DIR" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user