From a7a961c510a87dc8af2842decabcbc9ecb7c1139 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 7 Apr 2010 10:07:23 -0700 Subject: Makefile: Install emacs code to site-lisp, not site-lisp/notmuch And just make the Debian packaging request site-lisp/notmuch like it wants. Otherwise, the installed files won't appear on the load-path so won't be found by emacs. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1f6c4bbc..0c20c944 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,9 @@ %: dh $@ +override_dh_auto_configure: + dh_auto-configure --emacslispdir=/usr/share/emacs/site-lisp/notmuch + override_dh_installdocs: dh_installdocs install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim -- cgit v1.2.3