dev-util/bcc: do not create conflicting symlinks in /usr/sbin

The same files are installed via python_newscript in /usr/bin.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2024-09-11 11:24:03 -04:00
parent b719360e6b
commit 2fb9949576

View File

@@ -159,14 +159,6 @@ src_install() {
[trace]=1
)
local tool name
for tool in "${ED}"/usr/share/bcc/tools/*; do
[[ ! -x ${tool} && ! -L ${tool} || -d ${tool} ]] && continue
name=${tool##*/}
[[ -n ${rename_tools[${name}]} ]] && name=bcc-${name}
dosym -r "${tool#${ED}}" /usr/sbin/${name}
done
docompress /usr/share/${PN}/man
newenvd - "70${P}" <<-_EOF_