]> git.notmuchmail.org Git - notmuch/commitdiff
debian: Unbreak the build.
authorCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 23:00:20 +0000 (16:00 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 23:00:20 +0000 (16:00 -0700)
I had the wrong syntax for the dh_auto_configure override.

debian/rules

index 0c20c94469b4e75491ea4df94171f2116a4e7229..3b44e0f12ae182261ca92d06ee0868a2a5684804 100755 (executable)
@@ -3,7 +3,7 @@
        dh $@
 
 override_dh_auto_configure:
        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
 
 override_dh_installdocs:
        dh_installdocs