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,
|
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')
|
||||||
|
|
Loading…
Reference in a new issue