From 3b188e184dc679e04975fbc2b572287fdcff0cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 12 Jan 2023 18:20:31 +0100 Subject: dcoppython: Get the path to the python site directory from the python configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- dcoppython/lib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dcoppython/lib/Makefile.am') diff --git a/dcoppython/lib/Makefile.am b/dcoppython/lib/Makefile.am index c72a0662..bfa7890c 100644 --- a/dcoppython/lib/Makefile.am +++ b/dcoppython/lib/Makefile.am @@ -1,4 +1,3 @@ pyt_DATA = pydcop.py -pytdir = $(PYTHONMODDIR)/site-packages - +pytdir = $(PYTHON_SITE) -- cgit v1.2.1