From 7036cad866fb3e9b43bf27b81d7c2585f8939c1c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 16 Jul 2015 18:24:47 +0200 Subject: 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. --- dh_elpa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}) { -- cgit v1.2.3