Magellan Linux

Diff of /trunk/mage/usr/lib/mage/autodepend.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3171 by niro, Tue Dec 8 13:08:17 2015 UTC revision 3172 by niro, Mon Jul 31 08:45:26 2023 UTC
# Line 47  build_dep_list() Line 47  build_dep_list()
47   resolved="$(magequery -e ${prefix}${soname})"   resolved="$(magequery -e ${prefix}${soname})"
48   if [[ -z ${resolved} ]]   if [[ -z ${resolved} ]]
49   then   then
50   resolved="${prefix}${soname}:_not_found"   # soname in the actual build included?
51     if [[ -z $(find ${BINDIR} -name ${soname}) ]]
52     then
53     resolved="${prefix}${soname}:_not_found"
54     fi
55   fi   fi
56   deps+=" ${resolved}"   deps+=" ${resolved}"
57   done   done

Legend:
Removed from v.3171  
changed lines
  Added in v.3172