Skip to content

Commit 9f6d989

Browse files
authored
Update meta.yaml
1 parent 7f3e804 commit 9f6d989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/get-generic-sys-util/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ variations:
632632
linux-tools:
633633
env:
634634
MLC_SYS_UTIL_NAME: linux-tools
635-
MLC_SYS_UTIL_VERSION_CMD: perf --version
635+
MLC_SYS_UTIL_VERSION_CMD: find /usr/lib/linux-tools -name "perf" -executable -print -quit | xargs -I {} {} --version
636636
MLC_SYS_UTIL_VERSION_RE: \b(\d+\.\d+(?:\.\d+)?)\b
637637
MLC_TMP_VERSION_DETECT_GROUP_NUMBER: 0
638638
new_env_keys:

0 commit comments

Comments
 (0)