From 5e89b20d6df95018198bb7ae3539acd8f7c0acfe Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 22 Jul 2019 16:18:08 -0400 Subject: [PATCH] Install LICENSE.md to DOCDIR LICENSE.md should be installed to the DOCDIR, not /usr/libhsakmt Change-Id: I2020547b3174b9d91c1f800d9db2d73f627a6ce3 Signed-off-by: Craig Andrews Signed-off-by: Felix Kuehling [ROCm/ROCR-Runtime commit: 6c9a49076aad071a34690da2573ea7d1acf54f5a] --- projects/rocr-runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/CMakeLists.txt b/projects/rocr-runtime/CMakeLists.txt index 55cfa743dd..1e644e9911 100644 --- a/projects/rocr-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/CMakeLists.txt @@ -156,7 +156,7 @@ add_custom_target ( package-dev DEPENDS build-dev ## Add the install directives for the runtime library. install ( TARGETS ${HSAKMT_TARGET} DESTINATION ${CMAKE_INSTALL_LIBDIR} ) -install ( FILES ${SOURCE_DIR}/LICENSE.md DESTINATION libhsakmt ) +install ( FILES ${SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR} ) ## Add the packaging directives for the runtime library. set ( CPACK_PACKAGE_NAME ${HSAKMT_PACKAGE} )