Skip to content

Commit

Permalink
dev-util/bcc: do not create conflicting symlinks in /usr/sbin
Browse files Browse the repository at this point in the history
The same files are installed via python_newscript in /usr/bin.

Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Sep 11, 2024
1 parent b719360 commit 2fb9949
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 2fb9949

Please sign in to comment.