aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2018-04-22 08:56:09 +0200
committerPapoteur <papoteur@mageialinux-online.org>2018-04-22 19:06:03 +0200
commitd38be013458985c5bcb2710c02d8e6a3b412c33e (patch)
treedb3d06652b3378b90c737b29bcdf26fcdbd12bed
parent963575dbcc7177c3a69f60bfd5a65843d19434e4 (diff)
downloadisodumper-d38be013458985c5bcb2710c02d8e6a3b412c33e.tar
isodumper-d38be013458985c5bcb2710c02d8e6a3b412c33e.tar.gz
isodumper-d38be013458985c5bcb2710c02d8e6a3b412c33e.tar.bz2
isodumper-d38be013458985c5bcb2710c02d8e6a3b412c33e.tar.xz
isodumper-d38be013458985c5bcb2710c02d8e6a3b412c33e.zip
Adjust Makefile for Python 3.6
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5596b3..379381d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
PREFIX=/usr
BINDIR=$(PREFIX)/bin
SBINDIR=$(PREFIX)/sbin
-LIBDIR=$(PREFIX)/lib/python3.5/site-packages
+LIBDIR=$(PREFIX)/lib/python3.6/site-packages
LIBEXECDIR=$(PREFIX)/libexec
POLKITPOLICYDIR=$(PREFIX)/share/polkit-1/actions
DATADIR=$(PREFIX)/share