From 2d2480314c11018e4e3bbc02fb58050decfe5a99 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 2 Jun 2024 09:36:45 +0200 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index f3bd294..fd75560 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ PREFIX = /usr PYTHON_MAJOR = $$(python --version 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1) -PYTHON_MINOR = $$(python$(PYTHON_MAJOR) --version 2>&1) +PYTHON_MINOR = $$(python$(PYTHON_MAJOR) --version 2>&1 | cut -d . -f 2) PYTHON_VER = $(PYTHON_MAJOR)$(PYTHON_MINOR) PYTHON_VERSION = $(PYTHON_MAJOR).$(PYTHON_MINOR) -- cgit v1.2.3-70-g09d2