Ajout mode muttrc pour emacs.
[hvlinux.git] / stage3 / packages-update
index fe8ddc1..7687880 100755 (executable)
@@ -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} \