Commit c22012f4 authored by Andreas Jung's avatar Andreas Jung

install test.py into the 'bin' folder

parent c038343a
......@@ -1117,7 +1117,7 @@ def skel_visit(skel, dirname, names):
installed_data_files = [
["../../doc", ['doc/*.txt']],
["../../import", ['import/*.zexp']],
["../../bin", ['utilities/README.txt',]],
["../../bin", ['utilities/README.txt', 'test.py']],
]
os.path.walk("skel", skel_visit, installed_data_files)
......
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