mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/bcc: Fix install name of trace tool
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
@@ -120,7 +120,7 @@ src_install() {
|
||||
for tool in "${ED}"/usr/share/bcc/tools/*; do
|
||||
[[ ! -x ${tool} && ! -L ${tool} || -d ${tool} ]] && continue
|
||||
name=${tool##*/}
|
||||
[[ -n ${rename_tools[${tool##*/}]} ]] && name=bcc-${tool}
|
||||
[[ -n ${rename_tools[${name}]} ]] && name=bcc-${name}
|
||||
dosym8 -r "${tool#${ED}}" /usr/sbin/${name}
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user