X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=bd39bcea16808dfc5598a5f100f73343d29e78dd;hb=19609cec14f0e747c491985785c4d714f7f654de;hp=9702fcf2ddf488c9a5016b271ab91b7ed02a64a1;hpb=97b938a7a341fe0d45ba4f93ce9e785b2bdc182a;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 9702fcf..bd39bce 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,13 +1,12 @@ #!/bin/bash -LFS_STAGE="stage1" USE_CLFS_PATCHES=1 USE_HV_PATCHES=1 # Reading system configuration informations, functions and package versions. source ../sysinfos source ../functions -source ../functions-update +source ../functions-fpkg source ../packages-list update_packages_init @@ -19,6 +18,7 @@ fi # These packages are already downloaded for stage0: lpkg 0 ${GMP} lpkg 0 ${MPFR} +lpkg 0 ${MPC} lpkg 0 ${PPL} lpkg 0 ${CLOOG_PPL} lpkg 0 ${BINUTILS} @@ -33,7 +33,7 @@ fpkg_gnu ${BASH} fpkg_gnu ${BISON} fpkg ${BZIP2} "http://www.bzip.org/$(get_pkg_ver ${BZIP2})" fpkg_gnu ${COREUTILS} -fpkg ${DIFFUTILS} "ftp://alpha.gnu.org/gnu/diffutils" +fpkg_gnu ${DIFFUTILS} fpkg_gnu ${FINDUTILS} fpkg_sf ${FLEX} fpkg_gnu ${GAWK}