X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpackages-update;h=76878809fa92911fda33ef6885f4c83d7e198500;hb=f904744aeed9c1baf061f93673898dbab00e26fc;hp=fe8ddc1b8509002fb4006ee1945cfd195b3cf3bf;hpb=c6741cb82c13737af3d22ba52c34dd1fe22fc887;p=hvlinux.git diff --git a/stage3/packages-update b/stage3/packages-update index fe8ddc1..7687880 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -8,9 +8,6 @@ source ../functions/main update_packages_init ${*} -# These packages were already downloaded for stage2 -lpkg 2 ${PYTHON} - # These packages are only for stage3 fpkg -m gnu ${WHICH} fpkg -s "software/utils/pciutils" ${PCIUTILS} ${KERNEL_URL} @@ -65,8 +62,9 @@ fpkg -m gnu ${PARTED} fpkg -m gnu ${BC} fpkg -m sf ${FUSE} fpkg ${DOSFSTOOLS} "http://www.daniel-baumann.ch/software/dosfstools" -fpkg -s "software/scm/git" ${GIT} ${KERNEL_URL} -fpkg -s "software/scm/git" ${GIT_MANPAGES} ${KERNEL_URL} +fpkg -e "tar.gz" ${GIT} "http://git-core.googlecode.com/files" +fpkg -e "tar.gz" "git-manpages-$(get_pkg_ver ${GIT})" \ + "http://git-core.googlecode.com/files" # Perl modules fpkg -m sf -s "pdl" ${PERL_MOD_PDL} @@ -130,7 +128,7 @@ fpkg -s "gnutls" ${GNUTLS} ${GNUPG_URL} fpkg -e "tar.gz" ${SASL2} "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail" fpkg -e "tgz" ${OPENLDAP} \ "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release" -fpkg ${KERBEROS5} "http://web.mit.edu/kerberos/www/krb5/1.10" +fpkg -m hv ${KERBEROS5} # Format bizarre de package... if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then fpkg -e "tar.gz" -f "sendmail.$(get_pkg_ver ${SENDMAIL})" ${SENDMAIL} \