summaryrefslogtreecommitdiff
path: root/dh_elpa
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-16 18:24:47 +0200
committerDavid Bremner <david@tethera.net>2015-07-16 18:24:47 +0200
commit7036cad866fb3e9b43bf27b81d7c2585f8939c1c (patch)
tree4ba8a163167795fba1691fa3aab30cf9b12a1f97 /dh_elpa
parenta8059109f5651d6598133470c93a17e2c91a05d5 (diff)
change installation target directory
My initial plan to have both the generic install and the bytecompiled version in different places in package-directory-list didn't work out, so move the non-bytecompiled version out of the default package-directory-list.
Diffstat (limited to 'dh_elpa')
-rwxr-xr-xdh_elpa2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_elpa b/dh_elpa
index fb6214b..74ddcb5 100755
--- a/dh_elpa
+++ b/dh_elpa
@@ -59,7 +59,7 @@ sub doit_quietly {
}
-my $elpadir="/usr/share/emacs/site-lisp/elpa";
+my $elpadir="/usr/share/emacs/site-lisp/elpa-src";
foreach my $package (@{$dh{DOPACKAGES}}) {