Remove chmod invocation
Does not seem to be needed anymore.
This commit is contained in:
parent
1e2f6e9af6
commit
f9f5a75ca8
1 changed files with 0 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue