remove wscript_build from scripts/

This commit is contained in:
Frank Zhang 2010-12-04 21:55:20 -08:00
parent 006e12606e
commit 5765a56b3f

View File

@ -357,7 +357,8 @@ else:
# =================== Subst / installation of agent scripts project ========
bld.recurse(["scripts"],'build')
start_path = bld.path.find_dir ("scripts")
bld.substitute('**',"${AGENTLIBDIR}/scripts",chmod=0755, cwd=start_path)
if buildpremium: bld.recurse(["cloudstack-proprietary/scripts"],'build')
# ================== End agent scripts ===================