- fix permissions

This commit is contained in:
Joe Orton 2010-09-07 11:00:55 +01:00
parent 965fff6406
commit e99aa9faac
1 changed files with 3 additions and 0 deletions

View File

@ -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