Commit 83a609c4 authored by Mikhail Tergoev's avatar Mikhail Tergoev Committed by Vitaly Lipatov

epm play common.sh: get all library provides

parent 5682bc51
......@@ -370,6 +370,7 @@ __get_library_provides()
info " Getting internal provides ..."
find "$fdir" -name "lib*.so*" | xargs -n1 objdump -p | grep "SONAME" | sed -e 's|.* ||'
find "$fdir" -name "lib*.so*" -printf "%f\n"
echo "$EEPM_IGNORE_LIB_REQUIRES" | xargs -n1 echo
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment