hip:Fix post install script syntax error.

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

Change-Id: Id9c70f5f4edc01fdbb1d06563cab1503e94542ea
This commit is contained in:
Freddy Paul
2021-10-21 07:47:26 -07:00
committed by Freddy Paul
parent 848c47c95f
commit 45e94f4c2e
+1 -1
View File
@@ -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