Kaydet (Commit) 595d76d3 authored tarafından root's avatar root

genpspec license fix

üst 965a1f93
......@@ -38,6 +38,9 @@ print(otag("Packager"))
print(write("Name",inary.source.packager.name))
print(write("Email",inary.source.packager.email))
print(ctag("Packager"))
if type(inary.source.license) == type(""):
inary.source.license = [inary.source.license]
for l in inary.source.license:
print(write("License",l))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment