Changes in tools/pack.py [4872160:f4660690] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pack.py

    r4872160 rf4660690  
    191191        link_in.close()
    192192       
    193         link_out = file(os.path.join(arch_path, LINK), "w")
     193        link_out = file(os.path.join(arch_path, "%s.comp" % LINK), "w")
    194194        link_out.write(template.replace("[[COMPONENTS]]", "\n".join(link_ctx)))
    195195        link_out.close()
Note: See TracChangeset for help on using the changeset viewer.