mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
debian: Unbreak the build.
I had the wrong syntax for the dh_auto_configure override.
This commit is contained in:
parent
569ecf8c16
commit
f5640eb144
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,7 +3,7 @@
|
|||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto-configure --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs
|
||||
|
|
Loading…
Reference in a new issue