mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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_
|
||||
Reference in New Issue
Block a user