From fed90f902d859841cb681ab9a009a15075f41a9e272036ac561dd5c89c7589fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 25 Apr 2019 08:32:12 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=50 --- tbb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbb.spec b/tbb.spec index e69ba46..0992ea8 100644 --- a/tbb.spec +++ b/tbb.spec @@ -163,8 +163,8 @@ mkdir -p %{buildroot}%{_libdir}/cmake/TBB cmake -DTBB_ROOT=. -DTBB_OS=Linux -DSAVE_TO=. -P cmake/tbb_config_generator.cmake # Fix library path sed -i s,"get_filename_component(_tbb_lib_path.*","get_filename_component(_tbb_lib_path %{_libdir} ABSOLUTE)", TBBConfig.cmake -install -m 0644 TBBConfig.cmake %{buildroot}%{_libdir}/cmake/TBB -install -m 0644 TBBConfigVersion.cmake %{buildroot}%{_libdir}/cmake/TBB +install -pm 0644 TBBConfig.cmake %{buildroot}%{_libdir}/cmake/TBB +install -pm 0644 TBBConfigVersion.cmake %{buildroot}%{_libdir}/cmake/TBB %if %{with python2} pushd python