diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-08-25 16:47:09 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-08-25 16:50:07 +0200 |
commit | 1d4b7c0763a89066faa717adea4d35e7a0ad8458 (patch) | |
tree | 8f0c3244721ba6d32136a0ac112b4a57689b6d36 /Makefile | |
parent | a6e1036ca8ba8d2239bfc0d121a56201e322b781 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |