Skip to content
Snippets Groups Projects
Commit beab0cb9 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

add newlines at end of some package files

parent 78e22940
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,4 @@ def install(self, spec, prefix):
install('test/amg2013', prefix.bin)
install_tree('docs', prefix.doc)
install('COPYRIGHT', prefix.doc)
install('COPYING.LESSER', prefix.doc)
\ No newline at end of file
install('COPYING.LESSER', prefix.doc)
......@@ -68,4 +68,4 @@ def install(self, spec, prefix):
install('exec/point_data.txt', prefix.input)
install('exec/value_data.txt', prefix.input)
for files in glob.glob('doc/*.*'):
install(files, prefix.doc)
\ No newline at end of file
install(files, prefix.doc)
......@@ -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)
\ No newline at end of file
install(files, prefix.input)
......@@ -71,4 +71,4 @@ def install(self, spec, prefix):
install_tree('doc/', prefix.doc)
install('src-mpi/Doxyfile', prefix.doc)
install('README.md', prefix.doc)
install('LICENSE.md', prefix.doc)
\ No newline at end of file
install('LICENSE.md', prefix.doc)
......@@ -81,4 +81,4 @@ def install(self, spec, prefix):
install('lulesh{0}'.format(self.version.up_to(2)), prefix.bin)
mkdirp(prefix.doc)
install('README', prefix.doc)
install('TODO', prefix.doc)
\ No newline at end of file
install('TODO', prefix.doc)
......@@ -80,4 +80,4 @@ def install(self, spec, prefix):
install(f, prefix.bin)
install('inputs_SMC', prefix.bin)
install('README', prefix)
install('BoxLib.license.txt', prefix)
\ No newline at end of file
install('BoxLib.license.txt', prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment