26 Jan
2010
26 Jan
'10
5:56 p.m.
On Tue, Jan 26, 2010 at 3:56 PM, Allan McRae <allan@archlinux.org> wrote:
Ah, stupid incompatible implementations of core utilities... So, changing that find to:
find ${STRIP_DIRS[@]} -type f -perm -u+x
should work everywhere.
A bunch of stupid questions : - shouldn't it be rw rather than x ? - why don't we just let strip handle that ? (i.e. let it fail if it doesn't have the permission) Also if makepkg and that command were run as root, the permissions don't seem to matter - would anyone want to strip everything regardless of their permissions (and running strip as root for that reason) ?