31861c838e
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
8 řádky
67 B
Bash
Spustitelný soubor
8 řádky
67 B
Bash
Spustitelný soubor
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "Updating ldconfig"
|
|
ldconfig
|
|
echo "Done"
|