Recognise 64 bit binaries too

This commit is contained in:
Max Howell 2009-07-31 01:19:11 +01:00
parent 6d64eb28d5
commit 7f3e8bc36a

View File

@ -53,7 +53,7 @@ class Keg
perms=0444
if fo =~ /Mach-O dynamically linked shared library/
args='-SxX'
elsif fo =~ /Mach-O executable/ # defaults strip everything
elsif fo =~ /Mach-O [^ ]* executable/ # defaults strip everything
args='' # still do the strip
perms=0544
elsif fo =~ /script text executable/