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 2f20dabf..7161cc5d 100755
--- a/dh_strip
+++ b/dh_strip
@@ -260,7 +260,7 @@ sub make_debug {
$debug_path=$desttmp."/usr/lib/debug/.build-id/$1/$2.debug";
$debug_build_id="${1}${2}";
push(@build_ids, $debug_build_id);
- } elsif ($use_build_id > 1) {
+ } else {
# For dbgsyms, we need build-id (else it will not be
# co-installable).
return if $use_build_id > 1;