Files
rocm-systems/projects/hip/packaging/hip-nvcc.postinst
T
paulfreddy 68238a43ae Fix install script syntax error (#1805)
Fix hip-nvcc install warning on postinstall and prerm script

[ROCm/hip commit: f653c8c999]
2020-01-24 16:22:57 +05:30

9 wiersze
114 B
Bash
Executable File

#!/bin/bash
ROCMDIR=@ROCM_PATH@
HIPDIR=$ROCMDIR/hip
if [ -d $ROCMDIR] ; then
ln -s -f $ROCMDIR /opt/rocm
fi