Magellan Linux

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

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

revision 2825 by niro, Tue Aug 12 15:24:36 2014 UTC revision 2826 by niro, Wed Sep 17 11:19:22 2014 UTC
# Line 242  depwalking() Line 242  depwalking()
242   ### check if the dependency is already installed ###   ### check if the dependency is already installed ###
243   if [ ! -d ${MROOT}${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ]   if [ ! -d ${MROOT}${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ]
244   then   then
245     # but first get all deps of highest_depfile to catch all dependencies of it
246     depwalking ${HIGHEST_DEPFILE}
247   ALLDEPS="${ALLDEPS} ${HIGHEST_DEPFILE}"   ALLDEPS="${ALLDEPS} ${HIGHEST_DEPFILE}"
248   decho "added '${HIGHEST_DEPFILE}' to ALLDEPS"   decho "added '${HIGHEST_DEPFILE}' to ALLDEPS"
  depwalking ${HIGHEST_DEPFILE}  
249   fi   fi
250   fi   fi
251   done << EOF   done << EOF

Legend:
Removed from v.2825  
changed lines
  Added in v.2826