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

make install fails #9

Closed nmeum closed 10 years ago

nmeum commented 10 years ago

make install in the next branch always fails with the following error:

sed 's#@PREFIX@#/usr/local#g' < README.browser.md > /usr/local/share/uzbl/docs/README.browser.md
/bin/sh: README.browser.md: No such file or directory
Makefile:265: recipe for target 'install-uzbl-browser' failed
make: *** [install-uzbl-browser] Error 1
mathstuf commented 10 years ago

On Wed, Feb 19, 2014 at 10:25:30 -0800, nmeum wrote:

sed 's#@PREFIX@#/usr/local#g' < README.browser.md > /usr/local/share/uzbl/docs/README.browser.md
/bin/sh: README.browser.md: No such file or directory
Makefile:265: recipe for target 'install-uzbl-browser' failed
make: *** [install-uzbl-browser] Error 1

Oops, got ahead of myself. Thanks.

mathstuf commented 10 years ago

Fixed by 111109bd1e5bf2071b93320870229f902355560e.