From b34ab5834e963c98e45d6dc25a410223205d0712 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 20 Jun 2015 20:03:01 +0100 Subject: [PATCH] Fixed bug with unknown libs and added required libs --- functions/fn_deps_detect | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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