Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/c/CodAn/CodAn-1.2-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_cmd = "cp -r %(builddir)s/* %(installdir)s/ && "
install_cmd += "tar -xf %(installdir)s/%(name)s-%(version)s/CodAn.tar.gz && "
install_cmd += "mkdir %(installdir)s/bin && "
install_cmd += "mv %(installdir)s/%(name)s-%(version)s/bin/* %(installdir)s/bin && "
install_cmd += "chmod u+rwx %(installdir)s/bin/* "
install_cmd += "chmod u+rwx,go+x %(installdir)s/bin/* "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe go+rx is better, to avoid confusion?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically thats not needed.


sanity_check_paths = {
'files': ['bin/%(namelower)s.py'],
Expand Down