--- trunk/finley/py_src/SConscript 2005/12/02 01:55:04 288 +++ trunk/finley/py_src/SConscript 2005/12/14 02:21:37 352 @@ -19,8 +19,8 @@ 'finley.py'] pyc = finleypy_env.PyCompile(python_src) -finleypy_env.Install(pydir, pyc) -finleypy_env.Install(pydir2, pyc) +Default(finleypy_env.Install(pydir, pyc)) +Default(finleypy_env.Install(pydir2, pyc)) if pyinstall != None: - finleypy_env.Install(pyinstall, pyc) + Default(finleypy_env.Install(pyinstall, pyc))