Magellan Linux

Diff of /branches/mage-next/src/tools/autodepend.in

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

revision 2919 by niro, Tue Sep 9 14:00:23 2014 UTC revision 2920 by niro, Tue Dec 8 13:08:33 2015 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"   resolved="${prefix}${soname}:_not_found"
51   fi   fi
52   deps+=" ${resolved}"   deps+=" ${resolved}"
53   done   done

Legend:
Removed from v.2919  
changed lines
  Added in v.2920