From 4d714c097e497b63d2e8b22a834c671045e215e9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 9 Mar 2017 21:34:55 +0200 Subject: [PATCH] Correctly install python modules Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin --- lang/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index e32fd12..5ecf6fb 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -102,6 +102,7 @@ install-exec-local: for PYTHON in $(PYTHONS); do \ $$PYTHON setup.py install \ --prefix $(DESTDIR)$(prefix) \ + --install-lib=$(DESTDIR)${pythondir} \ --record files.txt \ --verbose ; \ cat files.txt >> install_files.txt ; \ -- 2.11.0