From e99aa9faacc28c8d3cab6d90b2e02e91bbf65dfc Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 7 Sep 2010 11:00:55 +0100 Subject: [PATCH] - fix permissions --- php.spec | 3 +++ 1 file changed, 3 insertions(+) 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