python: Create install dir.

* lang/python/Makefile.am (install-exec-local): Create dir.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-09-21 09:17:23 +02:00
parent 0763357e39
commit 936928632b
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -98,6 +98,7 @@ install-exec-local:
cat files.txt >> install_files.txt ; \ cat files.txt >> install_files.txt ; \
rm files.txt ; \ rm files.txt ; \
done done
$(MKDIR_P) $(DESTDIR)$(pythondir)/pyme
mv install_files.txt $(DESTDIR)$(pythondir)/pyme mv install_files.txt $(DESTDIR)$(pythondir)/pyme
uninstall-local: uninstall-local: