]> git.pld-linux.org Git - packages/libprelude.git/blob - python-install.patch
- fix building with gcc 5.x
[packages/libprelude.git] / python-install.patch
1 --- libprelude-1.0.1/bindings/low-level/python/Makefile.am~     2012-04-02 11:41:15.000000000 +0200
2 +++ libprelude-1.0.1/bindings/low-level/python/Makefile.am      2015-12-27 20:54:02.339946498 +0100
3 @@ -8,7 +8,7 @@
4         CC="$(BINDINGS_CC)" $(PYTHON) setup.py build
5  
6  install-exec-hook:
7 -       $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
8 +       $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` --prefix=$(prefix)
9  
10  uninstall-hook: 
11         $(PYTHON) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
12 --- libprelude-1.0.1/bindings/python/Makefile.am~       2012-04-02 11:41:15.000000000 +0200
13 +++ libprelude-1.0.1/bindings/python/Makefile.am        2015-12-27 20:53:20.153594859 +0100
14 @@ -9,7 +9,7 @@
15         CC="$(CXX)" $(PYTHON) setup.py build
16  
17  install-exec-hook:
18 -       $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
19 +       $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` --prefix=$(prefix)
20  
21  uninstall-hook:
22         $(PYTHON) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
This page took 0.024256 seconds and 3 git commands to generate.