diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-07 10:07:23 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-07 10:09:35 -0700 |
commit | a7a961c510a87dc8af2842decabcbc9ecb7c1139 (patch) | |
tree | 220508053fdec15f1723793060189ae1aaf1e2ff /debian/rules | |
parent | 8d4fa40beccde5ec879cc05341e45b18a6cf9e0f (diff) |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |