mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Now excplicitly calling python2 executable instead of python
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e9aafbdc85
commit
e68d4eb83b
11 changed files with 23 additions and 16 deletions
|
|
@ -28,7 +28,7 @@ install-reg.done: install-dirs.done $(PY_INSTALLED_REG)
|
|||
touch $@
|
||||
|
||||
%.pyc: %.py
|
||||
python -c "import py_compile; py_compile.compile(\"$<\")"
|
||||
python2 -c "import py_compile; py_compile.compile(\"$<\")"
|
||||
|
||||
$(PY_INSTALL_DIR)/%.py: %.py
|
||||
$(INSTALL) -p -m $(PYMODMODE) -o $(PYMODOWNER) -g $(PYMODGROUP) $< $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue