avoid executables in docdir
This commit is contained in:
parent
8a362547a7
commit
b7b17e1717
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user