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:15:26 +0200
commite78133a14131220aeae32efa940c378fb72cf00a (patch)
tree9f71bacf83accc8c33da3ac16225aba819d50fb0
parentb1adacff74bef360bfe67960fa5e624b55c981e3 (diff)
downloadisodumper-e78133a14131220aeae32efa940c378fb72cf00a.tar
isodumper-e78133a14131220aeae32efa940c378fb72cf00a.tar.gz
isodumper-e78133a14131220aeae32efa940c378fb72cf00a.tar.bz2
isodumper-e78133a14131220aeae32efa940c378fb72cf00a.tar.xz
isodumper-e78133a14131220aeae32efa940c378fb72cf00a.zip
Correction of error in Makefile
-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