diff --git a/php.spec b/php.spec index 93d438a..6003e4d 100644 --- a/php.spec +++ b/php.spec @@ -511,6 +511,9 @@ if test "$ver" != "%{jsonver}"; then exit 1 fi +# Fix some bogus permissions +find . -name \*.[ch] -exec chmod 644 {} \; +chmod 644 README.* %build # aclocal workaround - to be improved