Skip to content

Commit 79fc2c6

Browse files
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 <[email protected]> #184 Change-Id: I2cc0055415a835adaa435b40ddf9df0a785e6168
1 parent 840d81c commit 79fc2c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ if(UNIX)
8787
/etc/ld.so.conf.d
8888
/usr/local
8989
/usr/local/lib64
90+
/usr/local/bin
9091
)
9192

9293
if(CMAKE_VERSION VERSION_GREATER 3.6 OR CMAKE_VERSION VERSION_EQUAL 3.6)

0 commit comments

Comments
 (0)