From a514454f442e725a707066864909a314b4ff911d Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Mon, 30 Aug 2010 16:41:07 -0700 Subject: [PATCH] _run.sh moved to the root of systemvm.zip and systemvm-premium.zip --- wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript_build b/wscript_build index 996d63fd824..867bf7dc680 100644 --- a/wscript_build +++ b/wscript_build @@ -336,7 +336,7 @@ def zip_up(task): if srcname.startswith("cloudstack-proprietary"): srcname = "/".join(srcname.split("/")[1:]) # chop off cloudstack proprietary srcname = "/".join(srcname.split("/")[1:]) # chop off project name # post-process the paths - if True in [ srcname.startswith(strt) for strt in [ 'scripts/run','scripts/config_ssl','scripts/config_auth','scripts/ssvm-check' ] ]: + if True in [ srcname.startswith(strt) for strt in [ 'scripts/run','scripts/_run','scripts/config_ssl','scripts/config_auth','scripts/ssvm-check' ] ]: srcname = "/".join(srcname.split("/")[1:]) elif srcname.startswith('storage'): srcname = "scripts/" + srcname