packaging fix1

Change-Id: Ifc8941b2a720628d76e0697debe6a861fa349b2b
This commit is contained in:
Evgeny
2020-06-09 19:31:37 -05:00
parent a203dc041d
commit f2d3fd943d
2 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -3,10 +3,7 @@
set -e
do_ldconfig() {
INSTALL_PATH=/opt/rocm/roctracer
if [ -e "${INSTALL_PATH}" ] ; then
echo /opt/rocm/roctracer/lib > /etc/ld.so.conf.d/libroctracer64.conf && ldconfig
fi
echo /opt/rocm/roctracer/lib > /etc/ld.so.conf.d/libroctracer64.conf && ldconfig
}
case "$1" in
+1 -4
View File
@@ -1,4 +1 @@
INSTALL_PATH=/opt/rocm/roctracer
if [ -e "${INSTALL_PATH}" ] ; then
echo /opt/rocm/roctracer/lib > /etc/ld.so.conf.d/libroctracer64.conf && ldconfig
fi
echo /opt/rocm/roctracer/lib > /etc/ld.so.conf.d/libroctracer64.conf && ldconfig