aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-07 22:14:37 +0200
committerPapoteur <papoteur@mageia.org>2018-10-07 22:14:37 +0200
commitf3b7ed2f8d9417e645374daed364006d47fc5c9b (patch)
treefebf07192da87b2067d65651670fd1d148f0d299
parenta19c5b75f1928cf58828ed97c534ca52341fb67b (diff)
downloadisodumper-f3b7ed2f8d9417e645374daed364006d47fc5c9b.tar
isodumper-f3b7ed2f8d9417e645374daed364006d47fc5c9b.tar.gz
isodumper-f3b7ed2f8d9417e645374daed364006d47fc5c9b.tar.bz2
isodumper-f3b7ed2f8d9417e645374daed364006d47fc5c9b.tar.xz
isodumper-f3b7ed2f8d9417e645374daed364006d47fc5c9b.zip
Correction of error in Makefile1.00
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3e1b16..d6d0331 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
PREFIX=/usr
BINDIR=$(PREFIX)/bin
SBINDIR=$(PREFIX)/sbin
-LIBDIR := $(shell $(PYTHON_PROGRAM) -c "from __future__ import print_function; from distutils.sysconfig import get_python_lib; print(get_python_lib())")
+LIBDIR=$(shell python3 -c "from __future__ import print_function; from distutils.sysconfig import get_python_lib; print(get_python_lib())")
LIBEXECDIR=$(PREFIX)/libexec
POLKITPOLICYDIR=$(PREFIX)/share/polkit-1/actions
DATADIR=$(PREFIX)/share