소스 검색

Fixed bug with unknown libs and added required libs

Daniel Gibbs 11 년 전
부모
커밋
b34ab5834e
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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