aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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