From 936928632b02d7cc2ac645543bb03e4c94285f05 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Sep 2016 09:17:23 +0200 Subject: [PATCH] python: Create install dir. * lang/python/Makefile.am (install-exec-local): Create dir. Signed-off-by: Werner Koch --- lang/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 897c2a6d..2271ce0b 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -98,6 +98,7 @@ install-exec-local: cat files.txt >> install_files.txt ; \ rm files.txt ; \ done + $(MKDIR_P) $(DESTDIR)$(pythondir)/pyme mv install_files.txt $(DESTDIR)$(pythondir)/pyme uninstall-local: