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:
parent
0763357e39
commit
936928632b
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user