mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
make: fix Python binary name
This commit is contained in:
parent
afe3c3a6cb
commit
b7f160e0a2
2
Makefile
2
Makefile
@ -350,7 +350,7 @@ sweep:
|
||||
STYLEDIRS?= src/etc/inc src/opnsense
|
||||
|
||||
style-python: want-py${CORE_PYTHON}-pycodestyle
|
||||
@pycodestyle --ignore=E501 ${.CURDIR}/src || true
|
||||
@pycodestyle-${CORE_PYTHON:C/./&./1} --ignore=E501 ${.CURDIR}/src || true
|
||||
|
||||
style-php: want-php${CORE_PHP}-pear-PHP_CodeSniffer
|
||||
@: > ${WRKDIR}/style.out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user