aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-08-25 16:47:09 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-08-25 16:50:07 +0200
commit1d4b7c0763a89066faa717adea4d35e7a0ad8458 (patch)
tree8f0c3244721ba6d32136a0ac112b4a57689b6d36 /Makefile
parenta6e1036ca8ba8d2239bfc0d121a56201e322b781 (diff)
install-example-data does not need the bin dir
install-example-data does not need the bin dir fixes a bug introduced in 85d606d8ca8c717295cf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b922264..5287d5c 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ install-uzbl-tabbed: install-dirs
install -m755 examples/data/scripts/uzbl-tabbed $(INSTALLDIR)/bin/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-dirs
+install-example-data:
install -d $(DESTDIR)/home/.config/uzbl
install -d $(DESTDIR)/home/.cache/uzbl
install -d $(DESTDIR)/home/.local/share/uzbl