hip:Fix post install script syntax error.

SWDEV-308166: /opt/rocm softlink not created when installing
selective hip packages

Change-Id: Id9c70f5f4edc01fdbb1d06563cab1503e94542ea


[ROCm/clr commit: 45e94f4c2e]
This commit is contained in:
Freddy Paul
2021-10-21 07:47:26 -07:00
committed by Freddy Paul
parent e2391f7ed3
commit f47076699b
@@ -22,6 +22,6 @@
ROCMDIR=@ROCM_PATH@
HIPDIR=$ROCMDIR/hip
if [ -d $ROCMDIR] ; then
if [ -d $ROCMDIR ] ; then
ln -s -f $ROCMDIR /opt/rocm
fi