diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ISC License -© 2016, 2019 Mattias Andrée <maandree@kth.se> +© 2016, 2019 Mattias Andrée <m@maandree.se> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -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) |