Files
rocm-systems/projects/rocprofiler-sdk/RPM/post.in
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 خطوط
261 B
Plaintext

2023-08-08 18:39:01 -05:00
# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
echo @CPACK_PACKAGING_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ > /@CMAKE_INSTALL_SYSCONFDIR@/ld.so.conf.d/librocprofiler-sdk.conf
2023-08-08 18:39:01 -05:00
ldconfig
fi