diff --git a/projects/clr/hipamd/packaging/hip_samples.txt b/projects/clr/hipamd/packaging/hip_samples.txt index c3873bf05f..6adf9160bf 100644 --- a/projects/clr/hipamd/packaging/hip_samples.txt +++ b/projects/clr/hipamd/packaging/hip_samples.txt @@ -11,7 +11,7 @@ install(PROGRAMS unpack_hip_samples.sh DESTINATION bin) # Packaging steps ############################# set(CPACK_SET_DESTDIR TRUE) -set(CPACK_INSTALL_PREFIX "/opt/rocm/hip") +set(CPACK_INSTALL_PREFIX "/opt/rocm") set(CPACK_PACKAGE_NAME "hip_samples") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "HIP: Heterogenous-computing Interface for Portability [SAMPLES]") set(CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc.")