Magellan Linux

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

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

revision 2827 by niro, Tue Aug 12 15:24:20 2014 UTC revision 2828 by niro, Wed Sep 17 11:20:23 2014 UTC
# Line 230  depwalking() Line 230  depwalking()
230   ### check if the dependency is already installed ###   ### check if the dependency is already installed ###
231   if [ ! -d ${MROOT}${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ]   if [ ! -d ${MROOT}${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ]
232   then   then
233     # but first get all deps of highest_depfile to catch all dependencies of it
234     depwalking ${HIGHEST_DEPFILE}
235   ALLDEPS="${ALLDEPS} ${HIGHEST_DEPFILE}"   ALLDEPS="${ALLDEPS} ${HIGHEST_DEPFILE}"
236   decho "added '${HIGHEST_DEPFILE}' to ALLDEPS"   decho "added '${HIGHEST_DEPFILE}' to ALLDEPS"
  depwalking ${HIGHEST_DEPFILE}  
237   fi   fi
238   fi   fi
239   done << EOF   done << EOF

Legend:
Removed from v.2827  
changed lines
  Added in v.2828