]> git.pld-linux.org Git - packages/gpgme.git/blame - gpgme-python.patch
- updated to 1.7.0
[packages/gpgme.git] / gpgme-python.patch
CommitLineData
04bb14bc
JB
1--- gpgme-1.7.0/lang/python/Makefile.am.orig 2016-09-21 09:18:00.000000000 +0200
2+++ gpgme-1.7.0/lang/python/Makefile.am 2016-10-08 22:07:19.258156918 +0200
3@@ -92,14 +92,15 @@
4 rm -f install_files.txt
5 for PYTHON in $(PYTHONS); do \
6 $$PYTHON setup.py install \
7- --prefix $(DESTDIR)$(prefix) \
8+ --prefix $(prefix) \
9+ --root $(DESTDIR) \
10+ --optimize=2 \
11 --record files.txt \
12 --verbose ; \
13 cat files.txt >> install_files.txt ; \
14 rm files.txt ; \
15 done
16 $(MKDIR_P) $(DESTDIR)$(pythondir)/pyme
17- mv install_files.txt $(DESTDIR)$(pythondir)/pyme
18
19 uninstall-local:
20 xargs <$(DESTDIR)$(pythondir)/pyme/install_files.txt -- rm -rf --
This page took 0.034452 seconds and 4 git commands to generate.