From d5e500d3cc7b3b1008654cd478bf7d9c18a91014 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 27 Jan 2012 19:31:39 +0000 Subject: [PATCH] Install python module in the staging directory --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 12dae6c78..5125e03e0 100644 --- a/SConstruct +++ b/SConstruct @@ -690,6 +690,7 @@ else: # variables should always be used by the Install(...) targets if env['stage_dir']: instRoot = pjoin(os.getcwd(), env['stage_dir'], stripDrive(env['prefix']).strip('/\\')) + env['python_prefix'] = pjoin(os.getcwd(), env['stage_dir'], stripDrive(env['python_prefix']).strip('/\\')) else: instRoot = env['prefix']