--- trunk/escript/py_src/SConscript 2008/09/30 03:40:51 1816 +++ trunk/escript/py_src/SConscript 2008/09/30 04:03:40 1817 @@ -26,6 +26,8 @@ local_env.Depends(pyc, dep_lib) +tmp2 = local_env.Install(local_env['bininstall'], 'runmodel.py') + tmp1 = local_env.Install(local_env['pyinstall']+'/escript', pyc) -env.Alias('target_install_escript_py', [tmp1]) +env.Alias('target_install_escript_py', [tmp1, tmp2])