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 2933 by niro, Mon Sep 8 15:01:37 2014 UTC revision 2934 by niro, Wed Feb 3 11:55:44 2016 UTC
# Line 123  SAVED_PKGDIR="${PKGDIR}" Line 123  SAVED_PKGDIR="${PKGDIR}"
123  PKGDIR="/var/cache/mage/tmp-packages"  PKGDIR="/var/cache/mage/tmp-packages"
124  install -d "${PKGDIR}"  install -d "${PKGDIR}"
125    
126    # clean all tmp-packages if requested
127    if [[ ${CLEAN_TMP_PACKAGES} = 1 ]]
128    then
129     echo "Cleaning tmp-packages as requested"
130     cleanpkg
131    fi
132    
133  # 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)
134  fetch_packages ${INSTALL_DEPS} || die "fetching packages"  fetch_packages ${INSTALL_DEPS} || die "fetching packages"
135  md5sum_packages ${INSTALL_DEPS} || die "md5 sum packages"  md5sum_packages ${INSTALL_DEPS} || die "md5 sum packages"

Legend:
Removed from v.2933  
changed lines
  Added in v.2934