diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:26 +0000 |
commit | 36b03e2bee4497aef85033f4f900f5d89d5dc55e (patch) | |
tree | ec9a0e0972bd08cc628efaa53161b44f9361dd37 /dh_installppp | |
parent | Adding debian version 13.16. (diff) | |
download | debhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.tar.xz debhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.zip |
Merging upstream version 13.17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_installppp')
-rwxr-xr-x | dh_installppp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installppp b/dh_installppp index 68784a6..ddc4339 100755 --- a/dh_installppp +++ b/dh_installppp @@ -57,7 +57,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { my $tmp=tmpdir($package); foreach my $script (qw(up down)) { - my $file=pkgfile($package, "ppp.ip-$script"); + my $file = pkgfile({'named' => 1}, $package, "ppp.ip-$script"); if ($file ne '') { install_dir("$tmp/etc/ppp/ip-$script.d"); install_prog($file,"$tmp/etc/ppp/ip-$script.d/".pkgfilename($package)); |