Skip to content

Commit a39e479

Browse files
committed
[fluka] some remaining files to install
1 parent 342335d commit a39e479

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/fluka/package.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ def install(self, spec, prefix):
4343
install_tree('lib', prefix.lib)
4444
install_tree('data', prefix.data)
4545
install_tree('include', prefix.include)
46-
install_tree('doc', join_path(prefix.share,'doc'))
47-
install_tree('examples', join_path(prefix.share,'examples'))
46+
install_tree('doc', join_path(prefix.share, 'doc'))
47+
install_tree('examples', join_path(prefix.share, 'examples'))
48+
for file in ['AUTHORS', 'INSTALL', 'LICENSE', 'REFERENCES',
49+
'RELEASE-NOTES', 'README.md', 'Version.tag']:
50+
install(file, prefix.share)

0 commit comments

Comments
 (0)