From 32f028a2b49c6c4e44865ae5b9767899c9fd24ab Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 25 Dec 2009 13:53:18 +0100 Subject: specific install things should not install others, so that it doesnt fight with packaging and stuff --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3