likwid: remote root from INSTALL_CHOWN (#2564)
This commit is contained in:
parent
fab9af7081
commit
d855403546
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue