From 28b905e1281793a2425cbaaeade7d78e4d987227 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 21 Jun 2016 15:16:32 +0530 Subject: [PATCH] Update hip_samples packaging script Change-Id: I8c33d2f02f02bb0553fd8e42b8ca6a12f7d5a9f7 --- hipamd/packaging/hip_samples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/packaging/hip_samples.txt b/hipamd/packaging/hip_samples.txt index c3873bf05f..6adf9160bf 100644 --- a/hipamd/packaging/hip_samples.txt +++ b/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.")