summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-06 11:52:33 -0400
committerDavid Bremner <david@tethera.net>2018-01-06 12:03:34 -0400
commit1981ba2910fb16c300794f23f49dc16052a24dbd (patch)
tree4aaf34689253a49ccdb907ed956767f69f22d39d /debian
parentfb230cba3faddf53564ec2fc00193fbaa4deb831 (diff)
replace --elisp-directory with --emacs-loadpath
Rather than joining multiple arguments, just pass through the path provided by the user. And actully use the path for byte compilation
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index dac52f1..a893691 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ dh-elpa (1.12) UNRELEASED; urgency=medium
[ David Bremner ]
* Use --quick (-Q) for byte compilation. This has the side-effect that
only elpa-* build depencies are automatically handled.
- * Add the --elisp-directory argument to allow manual addition of
+ * Add the --emacs-loadpath argument to allow manual addition of
non-elpa-* byte-compilation dependencies
-- David Bremner <bremner@debian.org> Sat, 06 Jan 2018 11:16:27 -0400