remove /usr/local/bin directory from rpm package

To resolve issue on Centos:
file /usr/local/bin from install of intel-ocloc-19.25.0-1.el7.x86_64
conflicts with file from package filesystem-3.2-25.el7.x86_64

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/184

Change-Id: I2cc0055415a835adaa435b40ddf9df0a785e6168
This commit is contained in:
Jacek Danecki 2019-06-25 17:18:25 +02:00 committed by ocldev
parent 840d81c9fc
commit 79fc2c6d42
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ if(UNIX)
/etc/ld.so.conf.d
/usr/local
/usr/local/lib64
/usr/local/bin
)
if(CMAKE_VERSION VERSION_GREATER 3.6 OR CMAKE_VERSION VERSION_EQUAL 3.6)