From: Debian Emacsen team Date: Tue, 7 Feb 2023 22:53:40 +0000 (+0000) Subject: fix-mu4e-msg2pdf-path X-Git-Tag: archive/raspbian/1.12.9-1+rpi1~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0fdcde39c33a1dc8d09b6d81bc92bc26e2cf2a2;p=maildir-utils.git fix-mu4e-msg2pdf-path mu4e expects msg2pdf in some strange path, fix that also remove the reference to the build path See bug #760598 Gbp-Pq: Name fix-mu4e-msg2pdf-path --- diff --git a/mu4e/mu4e-config.el.in b/mu4e/mu4e-config.el.in index 22a6263..b6060ef 100644 --- a/mu4e/mu4e-config.el.in +++ b/mu4e/mu4e-config.el.in @@ -3,7 +3,7 @@ (defconst mu4e-mu-version "@VERSION@" "Required mu binary version; mu4e's version must agree with this.") -(defconst mu4e-builddir "@abs_top_builddir@" +(defconst mu4e-builddir "IGNORED" "Top-level build directory.") (defconst mu4e-doc-dir "@MU_DOC_DIR@"