make: fix Python binary name

This commit is contained in:
Franco Fichtner 2019-07-19 01:04:32 +02:00
parent afe3c3a6cb
commit b7f160e0a2
1 changed files with 1 additions and 1 deletions

View File

@ -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