mathstuf / uzbl

A web browser that adheres to the unix philosophy.
http://www.uzbl.org
GNU General Public License v3.0
5 stars 2 forks source link

Clean up install-uzbl-browser makefile rule #15

Closed nmeum closed 10 years ago

nmeum commented 10 years ago

First of all the @PREFIX@ in the uzbl-browser.in and uzbl.desktop.in files is already repleaced by the makefile rule bin/uzbl-browser and uzbl.desktop so there is no need to do that twice. In addition to that the mode of the examples scripts doesn't need to be modified after they have been installed to $(INSTALLDIR)/share/uzbl/examples/data/scripts/* since 755 is already the mode of the relevant examples scripts in the repo.

nmeum commented 10 years ago

Here you go. Decided to just pass two file paths to chmod instead of using two lines which is (unlike brace expansion) POSIX compatible.

mathstuf commented 10 years ago

Thanks; will merge.

mathstuf commented 10 years ago

Merged; you can also file pull requests with https://github.com/uzbl/uzbl. Once 1.0 is out, this fork will be for more experimental work.