Skip to content
Snippets Groups Projects
Commit d8554035 authored by Denis Davydov's avatar Denis Davydov Committed by becker33
Browse files

likwid: remote root from INSTALL_CHOWN (#2564)

parent fab9af70
No related branches found
No related tags found
No related merge requests found
......@@ -61,9 +61,9 @@ def install(self, spec, prefix):
prefix,
'config.mk')
# TODO:
# set INSTALL_CHOWN in config.mk to your user/group.
# Defaults are root.
filter_file('^INSTALL_CHOWN.*',
'INSTALL_CHOWN = -o $(USER)',
'config.mk')
make()
make('install')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment