From 090398d52226d32a7af05cb5822b3bad03d52a9d Mon Sep 17 00:00:00 2001 From: James Edwards Date: Sat, 22 Apr 2017 15:54:14 -0500 Subject: [PATCH] Specify full path of hip libraries in link file. Change-Id: I49b788f3489e7abff6b11006ff97fdfca4e5942c (cherry picked from commit 4869bf5a7cd02ad0bce8057eebbbe098ac30963b) --- packaging/hip_hcc.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/hip_hcc.postinst b/packaging/hip_hcc.postinst index e7d53b742b..c7f9c3184c 100755 --- a/packaging/hip_hcc.postinst +++ b/packaging/hip_hcc.postinst @@ -19,7 +19,7 @@ mkdir -p $ROCMLIBDIR/cmake pushd $ROCMLIBDIR for f in $HIPLIBFILES do - ln -s $f $(basename $f) + ln -s $HIPLIBDIR/$f $(basename $f) done # Make the hip cmake directory link. pushd cmake