mirror of https://github.com/apache/cloudstack.git
fixed waf rpm for oss
This commit is contained in:
parent
066121b052
commit
5e9d3322e1
Binary file not shown.
Binary file not shown.
|
|
@ -275,8 +275,9 @@ def build_db_files ():
|
|||
#bld.install_files_filtered("${SETUPDATADIR}",filelist("*/db/* cloudstack-proprietary/*/db/*",excl=Node.exclude_regs + "\ncloud-gate\ncloud-bridge"))
|
||||
start_path = bld.path.find_dir ("setup/db")
|
||||
bld.substitute('**',"${SETUPDATADIR}", cwd=start_path)
|
||||
start_path = bld.path.find_dir ("cloudstack-proprietary/premium/db")
|
||||
bld.substitute('**',"${SETUPDATADIR}", cwd=start_path)
|
||||
if buildpremium:
|
||||
start_path = bld.path.find_dir ("cloudstack-proprietary/premium/db")
|
||||
bld.substitute('**',"${SETUPDATADIR}", cwd=start_path)
|
||||
|
||||
|
||||
def build_plugins ():
|
||||
|
|
|
|||
Loading…
Reference in New Issue