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 ae1594fe..4dc69616 100755
--- a/dh_strip
+++ b/dh_strip
@@ -170,7 +170,7 @@ sub make_debug {
doit($objcopy, "--only-keep-debug", $file, $debug_path);
}
else {
- doit($objcopy, "--only-keep-debug --compress-debug-sections", $file, $debug_path);
+ doit($objcopy, "--only-keep-debug", "--compress-debug-sections", $file, $debug_path);
}
# No reason for this to be executable.
doit("chmod", 644, $debug_path);