diff --git a/functions/fn_deps_detect b/functions/fn_deps_detect index c00cc7fca..fb5ea7cf7 100644 --- a/functions/fn_deps_detect +++ b/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