summaryrefslogtreecommitdiff
path: root/dh_elpa
diff options
context:
space:
mode:
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 83675f3..46b4aa2 100755
--- a/dh_elpa
+++ b/dh_elpa
@@ -194,7 +194,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
if ($dh{BYTECOMPILE}) {
- my $desc = read_package_desc ($tempdir,$package);
+ my $desc = read_package_desc ($tempdir,$elpapkg);
addsubstvar($package,'misc:Depends','emacsen-common');
maybe_install_helper($package, 'compat', '0644', $desc);