Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.functions.sh

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

revision 2139 by niro, Fri Feb 1 09:46:47 2013 UTC revision 2140 by niro, Mon Jul 15 07:50:48 2013 UTC
# Line 682  fix_mage_deps() Line 682  fix_mage_deps()
682   local NDEPEND   local NDEPEND
683   local sym dep cat pver pname   local sym dep cat pver pname
684    
685     # first of all remove all tabs and duplicate lines
686     if [ -n "${depend}" ]
687     then
688     depend=$(echo "${depend}" | sed 's:\t::g' | sort -u)
689     fi
690    
691   # deps and provides are special   # deps and provides are special
692   # they must be fixed to match the target   # they must be fixed to match the target
693    

Legend:
Removed from v.2139  
changed lines
  Added in v.2140