X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=e1393953115e579ad8b683242d6f089cdf0ff74a;hp=31ab534f82491f60b784ec872aaedf2206605b74;hb=acaff279e241a2cedb7c07a5dbf3e942fec74aea;hpb=266ab595a2fcbc8467eae843557597835269a554 diff --git a/Makefile.local b/Makefile.local index 31ab534f..e1393953 100644 --- a/Makefile.local +++ b/Makefile.local @@ -27,15 +27,15 @@ notmuch.1.gz: notmuch.1 $(call quiet,gzip) --stdout $^ > $@ install: all notmuch.1.gz - for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/lib/ \ + for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(libdir)/ \ $(DESTDIR)$(prefix)/include/ $(DESTDIR)$(prefix)/share/man/man1 ; \ do \ install -d $$d ; \ done ; install notmuch $(DESTDIR)$(prefix)/bin/ - install lib/$(SONAME) $(DESTDIR)$(prefix)/lib/ + install lib/$(SONAME) $(DESTDIR)$(libdir)/ install lib/notmuch.h $(DESTDIR)$(prefix)/include/ - ln -sf $(SONAME) $(DESTDIR)$(prefix)/lib/libnotmuch.so + ln -sf $(SONAME) $(DESTDIR)$(libdir)/libnotmuch.so install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/ ifeq ($(MAKECMDGOALS), install) @echo ""