| Index: recipe_modules/bot_update/resources/bot_update.py
|
| diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
|
| index c63e2bffd6608d7426cd9d10947c771cf41254d6..724010fc2b7638f9257f016aa68f47575dfaa81e 100755
|
| --- a/recipe_modules/bot_update/resources/bot_update.py
|
| +++ b/recipe_modules/bot_update/resources/bot_update.py
|
| @@ -55,6 +55,18 @@ SCRIPTS_DIR = check_dir(
|
| 'scripts', [
|
| path.dirname(THIS_DIR),
|
| path.join(SLAVE_DIR, '..', 'scripts'),
|
| + path.join(THIS_DIR, # resources
|
| + '..', # bot_update
|
| + '..', # recipe_modules
|
| + '..', # depot_tools
|
| + '..', # .recipe_deps
|
| + '..', # slave
|
| + '..', # scripts
|
| + '..', # build_internal
|
| + '..', # ROOT_DIR
|
| + 'build',
|
| + 'scripts'),
|
| + path.join(SLAVE_DIR, '..', 'build', 'scripts'),
|
| ], default=path.dirname(THIS_DIR))
|
| BUILD_DIR = path.dirname(SCRIPTS_DIR)
|
| ROOT_DIR = path.dirname(BUILD_DIR)
|
|
|