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")