--- trunk/mage-buildserver/helper/buildserver-build-install-prerequisites.sh 2014/08/28 08:17:36 2763 +++ trunk/mage-buildserver/helper/buildserver-build-install-prerequisites.sh 2014/09/08 15:01:37 2818 @@ -126,7 +126,6 @@ # now install the packages (no srcinstall, when the user not explcitly want this) fetch_packages ${INSTALL_DEPS} || die "fetching packages" md5sum_packages ${INSTALL_DEPS} || die "md5 sum packages" -unpack_packages ${INSTALL_DEPS} || die "unpacking packages" install_packages ${INSTALL_DEPS} || die "installing packages" if [[ ${CLEANPACKAGES} = 1 ]] then