diff options
Diffstat (limited to 'dh_installinit')
-rwxr-xr-x | dh_installinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installinit b/dh_installinit index 21fc2171..287d1c99 100755 --- a/dh_installinit +++ b/dh_installinit @@ -170,7 +170,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { my $scriptsrc; my $jobfile=$package; if (defined $dh{NAME}) { - $jobfile=$script=$dh{NAME}; + $jobfile=$script=$scriptsrc=$dh{NAME}; } elsif ($dh{D_FLAG}) { # -d on the command line sets D_FLAG. We will |