From 3e6cd3795bf1e53b8c8deb60fe7db44699d89142 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 18 Apr 2016 15:08:36 +0530 Subject: [PATCH] Fix bug in hip_hcc uninstall script [ROCm/hip commit: 72037de79fb6a733e1ce83001f38ad6c5b6ce457] --- projects/hip/packaging/hip_hcc.prerm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/packaging/hip_hcc.prerm b/projects/hip/packaging/hip_hcc.prerm index 56c6a11183..42f864f323 100755 --- a/projects/hip/packaging/hip_hcc.prerm +++ b/projects/hip/packaging/hip_hcc.prerm @@ -12,7 +12,7 @@ ROCMDIR=/opt/rocm HIPDIR=$ROCMDIR/hip # Remove soft-links to libraries -HIPLIBFILES=$HIPDIR/hip/lib/* +HIPLIBFILES=$HIPDIR/lib/* ROCMLIBDIR=$ROCMDIR/lib pushd $ROCMLIBDIR for f in $HIPLIBFILES