Closed nmeum closed 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.
Thanks; will merge.
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.
First of all the
@PREFIX@
in the uzbl-browser.in and uzbl.desktop.in files is already repleaced by the makefile rulebin/uzbl-browser
anduzbl.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.