From b7f160e0a2e5bb9b8f0e752f16a593e8311c8186 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 19 Jul 2019 01:04:32 +0200 Subject: [PATCH] make: fix Python binary name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d956dfcf..1b5acc757 100644 --- a/Makefile +++ b/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