Magellan Linux

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

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

revision 1563 by niro, Wed Dec 28 10:02:01 2011 UTC revision 1564 by niro, Wed Dec 28 10:05:49 2011 UTC
# Line 191  depwalking() Line 191  depwalking()
191   #if [ -z "$(echo ${ALLDEPS} | fgrep "${HIGHEST_DEPFILE}")" ]   #if [ -z "$(echo ${ALLDEPS} | fgrep "${HIGHEST_DEPFILE}")" ]
192   if checklist_alldeps "${HIGHEST_DEPFILE}"   if checklist_alldeps "${HIGHEST_DEPFILE}"
193   then   then
194   ### check ob DFILE schon installiert ist ###   ### check if the dependency is already installed ###
195   if [ ! -d ${MROOT}${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ]   if [ ! -d ${MROOT}${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ]
196   then   then
197   depwalking ${HIGHEST_DEPFILE}   depwalking ${HIGHEST_DEPFILE}

Legend:
Removed from v.1563  
changed lines
  Added in v.1564