Accepting request 489245 from devel:libraries:c_c++

- Add missing include files boo#1034842

OBS-URL: https://build.opensuse.org/request/show/489245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-04-24 07:48:37 +00:00 committed by Git OBS Bridge
commit 843493ce3f
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