Browse Source

Fixed bug with unknown libs and added required libs

Daniel Gibbs 11 years ago
parent
commit
b34ab5834e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      functions/fn_deps_detect

+ 5 - 1
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