Fix manifest platform list.

This commit is contained in:
Jeffrey Townsend
2015-12-11 21:34:30 +00:00
parent 8f9cbe4839
commit 7655700810

View File

@@ -392,7 +392,7 @@ rm -f /usr/sbin/policy-rc.d
if os.path.exists(manifest['platforms']):
md['platforms'] = yaml.load(open(manifest['platforms']))
else:
md['platforms'] = manifest['platforms'].split()
md['platforms'] = manifest['platforms'].split(',')
with open(mname, "w") as f:
json.dump(md, f, indent=2)
onlu.execute("sudo chmod a-w %s" % mname)