From: Michael Tremer Date: Mon, 27 Jan 2025 14:11:04 +0000 (+0000) Subject: python: Install the Python module to the right location X-Git-Tag: 0.9.30~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96106ea2425d04370b51411fcaf439ce9914c0a6;p=pakfire.git python: Install the Python module to the right location Signed-off-by: Michael Tremer --- 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 = \