From 967cf9df004aba4b883a2d35a01e159e10c3489c Mon Sep 17 00:00:00 2001 From: Jernej Jakob Date: Thu, 9 Apr 2020 05:53:34 +0000 Subject: T2250: make build_dir a relative path --- scripts/build-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-config') diff --git a/scripts/build-config b/scripts/build-config index dd74a50e..c613b0e4 100755 --- a/scripts/build-config +++ b/scripts/build-config @@ -120,7 +120,7 @@ if args['build_type'] == 'development': # Populate some defaults that are not configurable, # but that are handy to have in the options hash args['distribution'] = build_defaults["debian_distribution"] -args['build_dir'] = os.path.join(os.getcwd(), defaults.BUILD_DIR) +args['build_dir'] = defaults.BUILD_DIR args['pbuilder_config'] = defaults.PBUILDER_CONFIG args['vyos_branch'] = build_defaults["vyos_branch"] -- cgit v1.2.3