aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-11 19:55:30 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-11 19:55:30 -0600
commit54d90f3711abd0ad864fcb9767b27ca1f25541b2 (patch)
treecdac987a6685230974724be938b7dd2bbb249c34 /Makefile
parent8126f371f3976a253d0b40e1788762ff68c273cb (diff)
move src/uzbl-browser to bin/uzbl-browser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 91b66b6..a3597df 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ test-uzbl-core: uzbl-core
./uzbl-core --uri http://www.uzbl.org --verbose
test-uzbl-browser: uzbl-browser
- ./src/uzbl-browser --uri http://www.uzbl.org --verbose
+ ./bin/uzbl-browser --uri http://www.uzbl.org --verbose
test-uzbl-core-sandbox: uzbl-core
make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-core
@@ -134,7 +134,7 @@ install-uzbl-core: all install-dirs
install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
install-uzbl-browser: install-dirs
- install -m755 src/uzbl-browser $(INSTALLDIR)/bin/uzbl-browser
+ install -m755 bin/uzbl-browser $(INSTALLDIR)/bin/uzbl-browser
install -m755 examples/data/scripts/uzbl-event-manager $(INSTALLDIR)/bin/uzbl-event-manager
mv $(INSTALLDIR)/bin/uzbl-browser $(INSTALLDIR)/bin/uzbl-browser.bak
sed 's#^PREFIX=.*#PREFIX=$(RUN_PREFIX)#' < $(INSTALLDIR)/bin/uzbl-browser.bak > $(INSTALLDIR)/bin/uzbl-browser