summaryrefslogtreecommitdiff
path: root/dh_md5sums
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-10-21 09:39:44 +0000
committerNiels Thykier <niels@thykier.net>2017-10-21 09:39:50 +0000
commit690a2ecf83451f6bc048ec7ff59734ef13c0565b (patch)
treee003142a15c1a4c219031acfd8717630ea105d27 /dh_md5sums
parent084ef25555c6dfdd2be1000e8ea18fa2ef86cc32 (diff)
downloaddebhelper-690a2ecf83451f6bc048ec7ff59734ef13c0565b.tar.gz
Create a helper for locating the dbgsym tmpdir
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-xdh_md5sums2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_md5sums b/dh_md5sums
index c94f8f2f..dea8e800 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -55,7 +55,7 @@ on_pkgs_in_parallel {
foreach my $package (@_) {
next if is_udeb($package);
- my $dbgsym_tmp = "debian/.debhelper/${package}/dbgsym-root";
+ my $dbgsym_tmp = dbgsym_tmpdir($package);
my $tmp=tmpdir($package);
install_dir("$tmp/DEBIAN");