diff options
author | Werner Koch <[email protected]> | 2016-09-21 07:17:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-21 07:18:00 +0000 |
commit | 936928632b02d7cc2ac645543bb03e4c94285f05 (patch) | |
tree | 6609a942246aa4ead85728c8366b0f09252ff3c7 | |
parent | tests: Make "make -j distcheck" work in Python. (diff) | |
download | gpgme-936928632b02d7cc2ac645543bb03e4c94285f05.tar.gz gpgme-936928632b02d7cc2ac645543bb03e4c94285f05.zip |
python: Create install dir.
* lang/python/Makefile.am (install-exec-local): Create dir.
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | lang/python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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: |