aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-01 11:46:24 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-01 11:46:24 -0700
commit12fad463d03e736fef8cf11c5d68b7b9af6e38da (patch)
tree8620771c3c0d9a46f5cc3d0cc159aec36c8b44e4 /Makefile
parente1bff5432860622327dc8d81b8f9ef374588c5cb (diff)
set config @prefix based on uzbl-browser's PREFIX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 04f35d0..e4d1b42 100644
--- a/Makefile
+++ b/Makefile
@@ -119,9 +119,6 @@ install-uzbl-core: all install-dirs
install -m644 AUTHORS $(DOCDIR)/
cp -r examples $(INSTALLDIR)/share/uzbl/
chmod 755 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*
- mv $(INSTALLDIR)/share/uzbl/examples/config/config $(INSTALLDIR)/share/uzbl/examples/config/config.bak
- sed 's#^set prefix.*=.*#set prefix = $(RUN_PREFIX)#' < $(INSTALLDIR)/share/uzbl/examples/config/config.bak > $(INSTALLDIR)/share/uzbl/examples/config/config
- rm $(INSTALLDIR)/share/uzbl/examples/config/config.bak
install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
install-uzbl-browser: uzbl-cookie-manager install-dirs