brp-fix-perms: fix "find -perm" syntax

This commit is contained in:
Дмитрий Левин 2012-08-08 13:15:41 +00:00
parent 6ce84ceff3
commit d78a04e393

View File

@ -39,5 +39,5 @@ done
find -type f \( -perm -4100 -o -perm -2100 \) -print0 |
xargs -r0 chmod -c -R go-rw --
find -type f -perm +0111 -print0 |
find -type f -perm /a=x -print0 |
xargs -r0 @RPMCONFIGDIR@/fixup-libraries