aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-25 13:53:18 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-25 13:53:18 +0100
commit32f028a2b49c6c4e44865ae5b9767899c9fd24ab (patch)
treec386fb50990f4ee877e186bd234fa7be78e5c9a9 /Makefile
parent49941155e43eb520c43b02b55e0bbced2b657cf6 (diff)
specific install things should not install others, so that it doesnt fight with packaging and stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf55989..7df6195 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ install-uzbl-core: all
install -m644 README $(INSTALLDIR)/share/uzbl/docs
sed -i 's#^set prefix.*=.*#set prefix = $(RUN_PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/uzbl/config
-install-uzbl-browser: install-uzbl-core
+install-uzbl-browser:
install -d $(INSTALLDIR)/bin
install -m755 uzbl-browser $(INSTALLDIR)/bin/uzbl-browser
install -m755 examples/data/uzbl/scripts/uzbl-cookie-daemon $(INSTALLDIR)/bin/uzbl-cookie-daemon
@@ -109,7 +109,7 @@ install-uzbl-browser: install-uzbl-core
sed -i 's#^PREFIX=.*#PREFIX=$(RUN_PREFIX)#' $(INSTALLDIR)/bin/uzbl-browser
sed -i "s#^PREFIX = .*#PREFIX = '$(RUN_PREFIX)'#" $(INSTALLDIR)/bin/uzbl-event-manager
-install-uzbl-tabbed: install-uzbl-browser
+install-uzbl-tabbed:
install -d $(INSTALLDIR)/bin
install -m755 examples/data/uzbl/scripts/uzbl-tabbed $(INSTALLDIR)/bin/uzbl-tabbed