Magellan Linux

Diff of /trunk/mage-buildserver/helper/buildserver-build-install-prerequisites.sh

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

revision 2817 by niro, Thu Aug 28 08:17:36 2014 UTC revision 2818 by niro, Mon Sep 8 15:01:37 2014 UTC
# Line 126  install -d "${PKGDIR}" Line 126  install -d "${PKGDIR}"
126  # now install the packages (no srcinstall, when the user not explcitly want this)  # now install the packages (no srcinstall, when the user not explcitly want this)
127  fetch_packages ${INSTALL_DEPS} || die "fetching packages"  fetch_packages ${INSTALL_DEPS} || die "fetching packages"
128  md5sum_packages ${INSTALL_DEPS} || die "md5 sum packages"  md5sum_packages ${INSTALL_DEPS} || die "md5 sum packages"
 unpack_packages ${INSTALL_DEPS} || die "unpacking packages"  
129  install_packages ${INSTALL_DEPS} || die "installing packages"  install_packages ${INSTALL_DEPS} || die "installing packages"
130  if [[ ${CLEANPACKAGES} = 1 ]]  if [[ ${CLEANPACKAGES} = 1 ]]
131  then  then

Legend:
Removed from v.2817  
changed lines
  Added in v.2818