Remove chmod invocation

Does not seem to be needed anymore.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-05-28 15:38:50 -04:00
commit f9f5a75ca8

View file

@ -43,10 +43,6 @@ export BLOSC_DIR=%{_libdir}/blosc CFLAGS="%{optflags}"
%{__python3} setup.py build
%endif
# Fix lib perms
find . -name "blosc_extension.so" -exec chmod -v 0755 {} \;
%install
%{__python2} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot}
%if 0%{?with_python3}