From f9f5a75ca8e8dcf91a09de49382831e765bdcbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 28 May 2015 15:38:50 -0400 Subject: [PATCH] Remove chmod invocation Does not seem to be needed anymore. --- python-blosc.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-blosc.spec b/python-blosc.spec index 000725c..8f19a14 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -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}