summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-07 15:21:06 -0400
committerDavid Bremner <david@tethera.net>2018-01-07 15:27:38 -0400
commite811e9505f6c1c8937d4853f24ab04068abb13f6 (patch)
treec68c2d56ff1174964de98c86acb14939fc0f9c1d
parent443ff18fe0381d24980f79a6aae9dacca19b8d89 (diff)
Drop /usr/share/emacs/site-lisp from default emacs-loadpath
This should not be needed by any elpa-* dependencies.
-rwxr-xr-xdh_elpa.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 0b70895..103e163 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -211,10 +211,10 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my $helper_version = '@HELPER_VERSION@';
my @extra_args = ( $tempdir );
- my $emacs_loadpath = "/usr/share/emacs/site-lisp:";
+ my $emacs_loadpath = "";
if (defined $dh{EMACS_LOADPATH}) {
- $emacs_loadpath .= $dh{EMACS_LOADPATH} . ':'
+ $emacs_loadpath = $dh{EMACS_LOADPATH} . ':'
}
if ($dh{FIXAUTOLOADDATE}) {