From 197a29f14263cadaaa33727562a195069b9075d3 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 --- hipamd/packaging/hip_hcc.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/packaging/hip_hcc.postinst b/hipamd/packaging/hip_hcc.postinst index e7d53b742b..c7f9c3184c 100755 --- a/hipamd/packaging/hip_hcc.postinst +++ b/hipamd/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