mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
Correct issue in Makefile
This commit is contained in:
parent
37457ed892
commit
76478959cc
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ $(VENV_PYTHON): venv-%-python:
|
||||
virtualenv -p /usr/bin/python3 $(if $(filter full,$*),venv,venv-$*)
|
||||
|
||||
$(VENV_INST_UPG): venv-%:
|
||||
$(if $(UPGRADE),$(VIRTUAL_ENV)/install install --upgrade pip,)
|
||||
$(if $(UPGRADE),$(VIRTUAL_ENV)/pip install --upgrade pip,)
|
||||
$(foreach REQ,$(REQS), $(VIRTUAL_ENV)/pip install $(UPGRADE) -r $(REQ);)
|
||||
$(if $(PRE_COMMIT),$(VIRTUAL_ENV)/pre-commit install --hook-type pre-commit,)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user