]> git.pld-linux.org Git - packages/uzbl.git/blob - uzbl-build.patch
- push proper patch
[packages/uzbl.git] / uzbl-build.patch
1 --- uzbl-2013.12.08/Makefile~   2013-12-08 16:48:28.000000000 +0100
2 +++ uzbl-2013.12.08/Makefile    2013-12-08 17:07:53.206953656 +0100
3 @@ -189,7 +189,7 @@
4         install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
5  
6  install-event-manager: install-dirs
7 -       $(PYTHON) setup.py install --prefix=$(PREFIX) --install-scripts=$(INSTALLDIR)/bin $(PYINSTALL_EXTRA)
8 +       $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --install-scripts=$(PREFIX)/bin $(PYINSTALL_EXTRA)
9  
10  install-uzbl-browser: install-dirs install-uzbl-core install-event-manager
11         sed 's#^PREFIX=.*#PREFIX=$(RUN_PREFIX)#' < bin/uzbl-browser > $(INSTALLDIR)/bin/uzbl-browser
This page took 0.163223 seconds and 3 git commands to generate.