From 4532c0c13c986f9479ee6fe14c1083148fb406fd Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 22 Jun 2018 10:57:27 +0200 Subject: [PATCH] python: install everythin into pyexecdir Reported by Antoine Martin. * python/Makefile.am: Here. * NEWS: Mention the bug. --- NEWS | 4 ++++ python/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 61d1023de..86a57d9e0 100644 --- a/NEWS +++ b/NEWS @@ -206,6 +206,10 @@ New in spot 2.5.3.dev (not yet released) Bugs fixed: + - Python *.py and *.so files are now always installed into the same + directory. This was an issue on systems like Fedora that separate + plateform-specific packages from non-plateform-specific ones. + - print_dot() will correctly escape strings containing \n in HTML mode. diff --git a/python/Makefile.am b/python/Makefile.am index afd174655..a9ba4400b 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -35,7 +35,7 @@ AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_builddir) -I$(top_srcdir) \ SWIGFLAGS = -c++ -python -py3 -O -nofastproxy -MD EXTRA_DIST = buddy.i spot/impl.i spot/ltsmin.i spot/gen.i -nobase_python_PYTHON = \ +nobase_pyexec_PYTHON = \ spot/__init__.py \ spot/aux.py \ spot/impl.py \