From 7b3d5890037484a6ee4573744869f28301902a8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:17:27 +0200 Subject: Merging upstream version 13.17. Signed-off-by: Daniel Baumann --- dh_installtmpfiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh_installtmpfiles') diff --git a/dh_installtmpfiles b/dh_installtmpfiles index 70dbc5a..de684b9 100755 --- a/dh_installtmpfiles +++ b/dh_installtmpfiles @@ -84,9 +84,9 @@ sub uniq { # Install package maintainer supplied tmpfiles files foreach my $package (@{$dh{DOPACKAGES}}) { my $tmpdir = tmpdir($package); - my $tmpfile = pkgfile($package, 'tmpfiles'); + my $tmpfile = pkgfile({'named' => 1}, $package, 'tmpfiles'); my $name = $dh{NAME} // $package; - my $old_tmpfile = pkgfile($package, 'tmpfile'); + my $old_tmpfile = pkgfile({'named' => 1}, $package, 'tmpfile'); my $dir; if (not $tmpfile) { my $new_name; -- cgit v1.2.3