Browse Source

bug fix

pull/450/head
Daniel Gibbs 10 years ago
parent
commit
baf4238578
  1. 3
      functions/fn_deps_detect

3
functions/fn_deps_detect

@ -65,9 +65,10 @@ echo "================================="
cat ${rootdir}/.depdetect_debian_line
echo ""
if [ "${unknownlib}" == "1" ];then
echo ""
echo "Unknown shared Library"
echo "================================="
${rootdir}/.depdetect_unknown
cat ${rootdir}/.depdetect_unknown
fi
echo ""
echo "Required Librarys"

Loading…
Cancel
Save