summaryrefslogtreecommitdiffstats
path: root/dh_installsystemduser
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
commit36b03e2bee4497aef85033f4f900f5d89d5dc55e (patch)
treeec9a0e0972bd08cc628efaa53161b44f9361dd37 /dh_installsystemduser
parentAdding debian version 13.16. (diff)
downloaddebhelper-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_installsystemduser')
-rwxr-xr-xdh_installsystemduser2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installsystemduser b/dh_installsystemduser
index 27e96e5..8db53ef 100755
--- a/dh_installsystemduser
+++ b/dh_installsystemduser
@@ -114,7 +114,7 @@ sub contains_install_section {
sub install_user_unit {
my ($package, $name, $suffix, $path) = @_;
- my $unit = pkgfile($package, "user.$suffix");
+ my $unit = pkgfile({'named' => 1}, $package, "user.$suffix");
return if $unit eq '';
install_dir($path);