summaryrefslogtreecommitdiffstats
path: root/dh_installsystemduser
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:27 +0000
commit7b3d5890037484a6ee4573744869f28301902a8b (patch)
tree421062658afbf3303827539a888f86d5f73432ba /dh_installsystemduser
parentReleasing progress-linux version 13.16-0.0~progress7.99u1. (diff)
downloaddebhelper-7b3d5890037484a6ee4573744869f28301902a8b.tar.xz
debhelper-7b3d5890037484a6ee4573744869f28301902a8b.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);