Skip to content

Commit

Permalink
bee-check: add self-provide for library basenames
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Apr 30, 2012
1 parent 028fd95 commit 08c2edb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bee-check.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ do_check_deps_of_file() {
| egrep "(NEEDED|SONAME)" \
| sed -e 's,.*Shared library: \[\(.*\)\].*, needs = \1,' \
-e 's,.*Library soname: \[\(.*\)\].*, provides = \1,'
if [ "${type:5:2}" = "SO" ] ; then
echo "provides = ${file##*/}"
fi
fi

if [ "${type}" = "SCRIPT" ] ; then
Expand Down

0 comments on commit 08c2edb

Please sign in to comment.