]> git.pld-linux.org Git - packages/linux-gpib.git/blame - linux-gpib-python.patch
- rel 4
[packages/linux-gpib.git] / linux-gpib-python.patch
CommitLineData
2ee896be
JB
1--- linux-gpib-4.0.3/language/python/Makefile.am.orig 2016-04-09 15:33:09.000000000 +0200
2+++ linux-gpib-4.0.3/language/python/Makefile.am 2016-07-05 15:18:01.336515214 +0200
3@@ -15,7 +15,7 @@
4 -{ $(PYTHON) setup.py build && touch build; } || { $(RM) -r build; exit 1; }
5
6 install-data-local:
7- -$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
8+ -$(PYTHON) setup.py install --optimize=2 --prefix=$(prefix) --root=$(DESTDIR)
9
10 clean-local:
11 -$(RM) -r build
This page took 0.110885 seconds and 4 git commands to generate.