linux_dsm_epyc7002/SynoBuildConf/install-virtual-qctool

12 lines
260 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
# shellcheck disable=SC2154
if [ "$PLATFORM_FAMILY" != "SYNOPLAT_F_X86_64" ]; then
SkipThisProject
return
fi
if [ -e "tools/power/x86/turbostat/turbostat" ]; then
install -Dm755 tools/power/x86/turbostat/turbostat "${TmpInstDir}"/turbostat
fi