X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage1%2Fpackages-update;h=f8e3ffe87e8ea01a8ca2307f66e9d04dca324735;hb=4aa3eb3449ef580152c1a199a2bd6fc185b05a4e;hp=8fefe3a41841b5f3f6df933f0c69343f614c1594;hpb=f17ab848cb756cad27489bf0c2746e5ead466658;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 8fefe3a..f8e3ffe 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,10 +1,8 @@ #!/bin/bash USE_LFS_PATCHES=1 -USE_LFS_OLD_PATCHES=1 USE_BLFS_PATCHES=1 USE_CLFS_PATCHES=1 -USE_HV_PATCHES=1 source ../functions/main @@ -14,7 +12,7 @@ update_packages_init ${*} lpkg 0 ${GMP} lpkg 0 ${MPFR} lpkg 0 ${MPC} -lpkg 0 ${PPL} +lpkg 0 ${ISL} lpkg 0 ${CLOOG} lpkg 0 ${BINUTILS} lpkg 0 ${GCC} @@ -52,6 +50,6 @@ fpkg -m sf ${E2FSPROGS} fpkg ${SYSVINIT} "http://download.savannah.gnu.org/releases/sysvinit" fpkg -e "tar.xz" -s "linux/utils/kernel/kmod" ${KMOD} ${KERNEL_URL} -fpkg ${EUDEV} "ftp://mirror.ovh.net/gentoo-distfiles/distfiles" +fpkg -e "tar.gz" ${EUDEV} "http://dev.gentoo.org/~blueness/eudev" exit $?