add newlines at end of some package files

This commit is contained in:
Todd Gamblin
2017-10-22 21:41:41 +02:00
parent 78e22940c2
commit beab0cb92e
6 changed files with 6 additions and 6 deletions

View File

@@ -58,4 +58,4 @@ def install(self, spec, prefix):
install('README.md', prefix.doc)
install('LICENSE.md', prefix.doc)
for files in glob.glob('input/*.*'):
install(files, prefix.input)
install(files, prefix.input)