Recognise 64 bit binaries too
This commit is contained in:
parent
6d64eb28d5
commit
7f3e8bc36a
@ -53,7 +53,7 @@ class Keg
|
|||||||
perms=0444
|
perms=0444
|
||||||
if fo =~ /Mach-O dynamically linked shared library/
|
if fo =~ /Mach-O dynamically linked shared library/
|
||||||
args='-SxX'
|
args='-SxX'
|
||||||
elsif fo =~ /Mach-O executable/ # defaults strip everything
|
elsif fo =~ /Mach-O [^ ]* executable/ # defaults strip everything
|
||||||
args='' # still do the strip
|
args='' # still do the strip
|
||||||
perms=0544
|
perms=0544
|
||||||
elsif fo =~ /script text executable/
|
elsif fo =~ /script text executable/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user