Magellan Linux

Diff of /branches/mage-next/src/depwalker.in

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

revision 2276 by niro, Fri Oct 25 07:53:19 2013 UTC revision 2280 by niro, Wed Nov 20 12:20:12 2013 UTC
# Line 282  then Line 282  then
282   then   then
283   # get dependencies the package   # get dependencies the package
284   depwalking ${MAGEFILE}   depwalking ${MAGEFILE}
285    
286     # now add the package itself to the dependencies
287     # (if not exists already)
288     if checklist_alldeps "${MAGEFILE}"
289     then
290     ALLDEPS="${ALLDEPS} ${MAGEFILE}"
291     fi
292   fi   fi
293   done   done
294  else  else
# Line 291  else Line 298  else
298  fi  fi
299    
300  if [[ ${METHOD} != install-build-prerequisites ]] &&  if [[ ${METHOD} != install-build-prerequisites ]] &&
301   [[ ${METHOD} != pretend-build-prerequisites ]]   [[ ${METHOD} != pretend-build-prerequisites ]] &&
302     [[ ${METHOD} != upgrade ]] &&
303     [[ ${METHOD} != uppretend ]] &&
304     [[ ${METHOD} != srcupgrade ]] &&
305     [[ ${METHOD} != srcuppretend ]]
306  then  then
307   # now add the package itself to the dependencies   # now add the package itself to the dependencies
308   # (if not exists already)   # (if not exists already)

Legend:
Removed from v.2276  
changed lines
  Added in v.2280