avoid executables in docdir

This commit is contained in:
David Tardon 2014-11-17 18:41:56 +01:00
parent 8a362547a7
commit b7b17e1717

View File

@ -40,6 +40,8 @@ libraries so that they interoperate with pycairo.
%setup -q -n py2cairo-%{version}
# fix broken tarball
touch ChangeLog
# we install examples into docdir, so remove executable bit
find examples -type f | xargs chmod -x
%build
# fix broken tarball