summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_strip b/dh_strip
index 7a16750a..9ecfa415 100755
--- a/dh_strip
+++ b/dh_strip
@@ -283,7 +283,7 @@ sub make_debug {
}
# No reason for this to be executable.
- doit("chmod", "0644", $debug_path);
+ reset_perm_and_owner('0644', $debug_path);
return $debug_path;
}