summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
Diffstat (limited to 'dh_elpa.in')
-rwxr-xr-xdh_elpa.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 1cc9377..cd02027 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -178,7 +178,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if ($file) {
@files=filearray($file, ".");
scalar(@files) == 1 || grep { m/\b${elpapkg}-pkg.el$/ } @files or
- error "missing ${elpapkg}-pkg.el";
+ warning "missing ${elpapkg}-pkg.el; will try to generate it";
}
if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL})
&& @ARGV) {