From a21b22f85c386b62faa48184050c0551b80784ae Mon Sep 17 00:00:00 2001 From: Dirk Baechle Date: Sun, 21 Jul 2013 23:45:46 +0200 Subject: - additional fix for bootstrap.py, based on the patch provided by H. S. Teoh --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.py') diff --git a/bootstrap.py b/bootstrap.py index 1f80fb28..f3bc1050 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -184,7 +184,7 @@ def main(): MANIFEST_in = find(os.path.join(src_engine, 'MANIFEST.in')) files = [ scons_py ] + [os.path.join(src_engine, x) - for x in parseManifestLines(src_engine, open(MANIFEST_in).readlines())] + for x in parseManifestLines(os.path.join(script_dir, src_engine), open(MANIFEST_in).readlines())] for file in files: src = find(file) -- cgit v1.2.1