From 987c7c49446aec4e767eae3324f1bebfd0880935 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 23 Mar 2010 11:17:31 +0100 Subject: 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 --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') 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-* -- cgit v1.2.3