Magellan Linux

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

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

revision 3190 by niro, Mon Jul 31 08:46:56 2023 UTC revision 3191 by niro, Mon Jul 31 10:52:04 2023 UTC
# Line 48  build_dep_list() Line 48  build_dep_list()
48   if [[ -z ${resolved} ]]   if [[ -z ${resolved} ]]
49   then   then
50   # soname in the actual build included?   # soname in the actual build included?
51   if [[ -z $(find ${BINDIR} -name ${soname}) ]]   if [[ -z $(find ${BINDIR} -name $(basename ${soname})) ]]
52   then   then
53   resolved="${prefix}${soname}:_not_found"   resolved="${prefix}${soname}:_not_found"
54   fi   fi

Legend:
Removed from v.3190  
changed lines
  Added in v.3191