aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-17 12:50:46 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-17 12:59:32 -0800
commit9c2d0714fe6bf7ed5d12b8fdde656a22915733ff (patch)
tree4dcc8c6da0454bd353a64e63017f3db5e08a188d /Makefile.local
parent8e95cf42324809d34638cdb29fb650cce0efad87 (diff)
Makefile: Prefer directories as the target for install commands.
I was confusing myself with some rules installing to directories and some installing to files. We do still install to a filename when simultaneously renaming, (such as notmuch-completion.bash to notmuch).
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.local b/Makefile.local
index 2c457208..6573f634 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -29,8 +29,8 @@ install: all notmuch.1.gz
do \
install -C -d $$d ; \
done ;
- install -C notmuch $(DESTDIR)/usr/bin/notmuch
- install -C notmuch.1.gz $(DESTDIR)/usr/share/man/man1
+ install -C notmuch $(DESTDIR)/usr/bin/
+ install -C notmuch.1.gz $(DESTDIR)/usr/share/man/man1/
install -C notmuch-completion.bash \
$(DESTDIR)/etc/bash_completion.d/notmuch