From e99aa9faacc28c8d3cab6d90b2e02e91bbf65dfc Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sep 07 2010 10:00:55 +0000 Subject: - fix permissions --- 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