--- branches/RW_WIN32/bruce/py_src/Sconscript 2005/11/24 09:11:38 220 +++ branches/RW_WIN32/bruce/py_src/Sconscript 2005/11/25 06:17:13 229 @@ -9,4 +9,4 @@ python_src = [x for x in filenames if os.path.splitext(x)[1] in ['.py']] pyc = local_env.PyCompile(python_src) -local_env.Install(esys_lib+'/'+lib_name, pyc) \ No newline at end of file +local_env.Install(esys_lib+'/esys/bruce', pyc) \ No newline at end of file