From 6097497e420f6567319e9a8bf8b92d74c615edfd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Apr 2016 13:47:12 -0700 Subject: more beginner errors --- lib/DhMakeELPA/Command/Packaging.pm | 1 + lib/DhMakeELPA/Command/make.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm index 8bb21cf..77898af 100644 --- a/lib/DhMakeELPA/Command/Packaging.pm +++ b/lib/DhMakeELPA/Command/Packaging.pm @@ -6,6 +6,7 @@ use warnings; use Cwd; use File::Basename qw{basename}; use File::Grep qw{fgrep}; +use Array::Utils qw{array_minus}; use base 'DhMakePerl::Command::Packaging'; diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm index fe89c93..70d6bad 100644 --- a/lib/DhMakeELPA/Command/make.pm +++ b/lib/DhMakeELPA/Command/make.pm @@ -22,6 +22,7 @@ sub execute { mkdir( $self->debian_dir, 0755 ) or die "Cannot create " . $self->debian_dir . " dir: $!\n"; $self->create_compat( $self->debian_file('compat') ); + $self->find_bins(); $self->create_elpa(); $self->create_rules(); $self->create_control(); -- cgit v1.2.3