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 a62e440d..31d51aff 100755
--- a/dh_strip
+++ b/dh_strip
@@ -93,7 +93,7 @@ sub testfile {
if ($mode & 0111) {
# Ok, expensive test.
my $type=get_file_type($_);
- if ($type=~m/.*ELF.*executable.*/) {
+ if ($type=~m/.*ELF.*(executable|shared).*/) {
push @executables, $fn;
return;
}