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): ...@@ -61,9 +61,9 @@ def install(self, spec, prefix):
prefix, prefix,
'config.mk') 'config.mk')
# TODO: filter_file('^INSTALL_CHOWN.*',
# set INSTALL_CHOWN in config.mk to your user/group. 'INSTALL_CHOWN = -o $(USER)',
# Defaults are root. 'config.mk')
make() make()
make('install') 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