From bed4777fc99494854335a90c5a6e7fc2e30edf4d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Oct 2022 11:56:31 +0000 Subject: [PATCH] Makefile: Reset Python path Signed-off-by: Michael Tremer --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 81bd992..ec737d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,8 +56,7 @@ databasedir = $(localstatedir)/lib/location pkgconfigdir = $(libdir)/pkgconfig # Overwrite Python path -#pkgpythondir = $(pythondir)/location -pkgpythondir = /usr/lib/python3/dist-packages/location +pkgpythondir = $(pythondir)/location %: %.in Makefile $(SED_PROCESS) -- 2.39.2