aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-23 11:17:31 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-23 11:17:31 +0100
commit987c7c49446aec4e767eae3324f1bebfd0880935 (patch)
tree13508a88c42ef83487226b617af6d97bbc35176b /Makefile
parent7719caa4af4bb9312a3c1387d37e6e5354465ef9 (diff)
example cache/data/config material should go into the real home, not a prefixized home (/usr/local/home/..) so that when you do testing in a sandbox, it actually works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7a1fa36..5c97e4d 100644
--- a/Makefile
+++ b/Makefile
@@ -111,11 +111,11 @@ install-uzbl-tabbed:
# you probably only want to do this manually when testing and/or to the sandbox. not meant for distributors
install-example-data:
- install -d $(INSTALLDIR)/home/.config/uzbl
- install -d $(INSTALLDIR)/home/.cache/uzbl
- install -d $(INSTALLDIR)/home/.local/share/uzbl
- cp -rp examples/config/* $(INSTALLDIR)/home/.config/uzbl/
- cp -rp examples/data/* $(INSTALLDIR)/home/.local/share/uzbl/
+ install -d $(DESTDIR)/home/.config/uzbl
+ install -d $(DESTDIR)/home/.cache/uzbl
+ install -d $(DESTDIR)/home/.local/share/uzbl
+ cp -rp examples/config/* $(DESTDIR)/home/.config/uzbl/
+ cp -rp examples/data/* $(DESTDIR)/home/.local/share/uzbl/
uninstall:
rm -rf $(INSTALLDIR)/bin/uzbl-*