Changeset 348 for trunk/arch

Show
Ignore:
Timestamp:
06/28/08 18:46:26 (5 months ago)
Author:
saurik
Message:

Fixed setuid stripping (with a hack).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/arch/darwin-arm/strip

    r320 r348  
    22    case "$(file "${bin}")" in (\ 
    33        *': Mach-O fat file with '*([0-9])' architecture' |\ 
    4         *': '?(setuid )?(setgid )'Mach-O executable acorn' |\ 
    54        *': Mach-O dynamically linked shared library acorn'\ 
    65    );; (*) continue;; esac 
     6        #*': '?(setuid )?(setgid )'Mach-O executable acorn' |\ 
    77 
    88    "${PKG_TARG}-strip" -x -no_uuid "${bin}"