From 64eed879df31d556120c258f0723400cd2186567 Mon Sep 17 00:00:00 2001 From: AravindanC Date: Thu, 3 Oct 2024 06:47:55 -0700 Subject: [PATCH] SWDEV-461080 - Remove Hard Coded Install Permission Change-Id: Idf14ddbd83b304d7a4830467b1f9d14db38dda58 --- samples/packaging/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/packaging/CMakeLists.txt b/samples/packaging/CMakeLists.txt index fddf9ad584..78779eb98d 100644 --- a/samples/packaging/CMakeLists.txt +++ b/samples/packaging/CMakeLists.txt @@ -65,8 +65,7 @@ endif() if(NOT WIN32) install(DIRECTORY ${SAMPLES_SRC} - DESTINATION ${CMAKE_INSTALL_DATADIR}/hip - USE_SOURCE_PERMISSIONS) + DESTINATION ${CMAKE_INSTALL_DATADIR}/hip) set(CPACK_GENERATOR "TGZ;DEB;RPM" CACHE STRING "Linux package types for hip samples") set(CPACK_BINARY_DEB "ON")