e4f1d95ef2
Align with the rest of the driver stack on the new installation path
/opt/rocm/*
This mechanism for generating packages should be changed for something
nicer and more standards compliant in the future.
Change-Id: Ic31409b0d0b8f6ee4b25296d2580982a76aab564
[ROCm/ROCR-Runtime commit: 31861c838e]
8 строки
67 B
Bash
Исполняемый файл
8 строки
67 B
Bash
Исполняемый файл
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "Updating ldconfig"
|
|
ldconfig
|
|
echo "Done"
|