From 96106ea2425d04370b51411fcaf439ce9914c0a6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 27 Jan 2025 14:11:04 +0000 Subject: [PATCH] python: Install the Python module to the right location Signed-off-by: Michael Tremer --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 20f6b934..a9b34d9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,6 @@ LIBPAKFIRE_REVISION=0 LIBPAKFIRE_AGE=0 libexecdir = $(libdir)/pakfire -pythondir = $(pyexecdir) configsdir = $(sysconfdir)/pakfire configsdistrosdir = $(configsdir)/distros @@ -74,7 +73,6 @@ lib_LTLIBRARIES = libexec_PROGRAMS = noinst_LTLIBRARIES = noinst_PROGRAMS = -pkgpyexec_LTLIBRARIES = pkginclude_HEADERS = DISTCHECK_CONFIGURE_FLAGS = \ @@ -101,7 +99,7 @@ dist_doc_DATA = \ # ------------------------------------------------------------------------------ -pkgpyexec_LTLIBRARIES += \ +pyexec_LTLIBRARIES = \ pakfire.la pakfire_la_SOURCES = \ -- 2.47.3