Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[plan-build] Fix file discovery in do_default_strip
The previous invocation of find passed the `-perm` argument `u+w` which would only match files whose mode was exactly 0200. Because of this, almost no packages were shipping stripped executables. Changing this to `-u+w` will find any files where the mode has the user write bit set. Fixes #1066 Signed-off-by: Steven Danna <[email protected]> Closes: #1085 Approved by: reset
- Loading branch information