Browse Source

Fixed bug with unknown libs and added required libs

pull/450/head
Daniel Gibbs 10 years ago
parent
commit
b34ab5834e
  1. 6
      functions/fn_deps_detect

6
functions/fn_deps_detect

@ -67,8 +67,12 @@ echo ""
if [ "${unknownlib}" == "1" ];then
echo "Unknown shared Library"
echo "================================="
cat ${rootdir}/.depdetect_debian_uniq
${rootdir}/.depdetect_unknown
fi
echo ""
echo "Required Librarys"
echo "================================="
sort ${rootdir}/.depdetect_readelf |uniq
echo -en "\n"
rm -f ${rootdir}/.depdetect_centos_line

Loading…
Cancel
Save