- Add missing include files boo#1034842

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=27
This commit is contained in:
Ismail Dönmez 2017-04-19 08:09:56 +00:00 committed by Git OBS Bridge
parent 2eccd1b952
commit 4acf6b530c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 19 08:07:44 UTC 2017 - idonmez@suse.com
- Add missing include files boo#1034842
-------------------------------------------------------------------
Sun Mar 5 19:42:50 UTC 2017 - idonmez@suse.com

View File

@ -107,7 +107,7 @@ mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
pushd include
find tbb -type f -name \*.h -exec \
find tbb -type f -exec \
install -Dpm 644 {} %{buildroot}%{_includedir}/{} \
\;
popd