summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}) {