Fix install script syntax error (#1805)
Fix hip-nvcc install warning on postinstall and prerm script
[ROCm/clr commit: 5cd5c62f29]
Esse commit está contido em:
@@ -3,6 +3,6 @@
|
||||
ROCMDIR=@ROCM_PATH@
|
||||
HIPDIR=$ROCMDIR/hip
|
||||
|
||||
if [ -d $ROCMDIR]
|
||||
if [ -d $ROCMDIR] ; then
|
||||
ln -s -f $ROCMDIR /opt/rocm
|
||||
fi
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -L "/opt/rocm" ]
|
||||
if [ -L "/opt/rocm" ] ; then
|
||||
unlink /opt/rocm
|
||||
fi
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário