From 425420ed75ec0c1d1cbf5213a5d57ebb4b135a89 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Aug 2019 14:53:47 +0100 Subject: [PATCH] Makefile: Install python components into the right path Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 35ddbf53..1a34b70c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = color-tests # keep itermediate files .SECONDARY: -pythondir = $(pyexecdir) +pythondir = $(prefix)/lib/python3/dist-packages configsdir = $(sysconfdir)/ipfire.org crondir = $(sysconfdir)/cron.d -- 2.39.2