X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpackages-update;h=e34f31f2eb7aa0860c3c9ddc41852b9ab7f9aac1;hb=91225b782d7c0309719e45df4c603e52d28d96d3;hp=8b68bc5c5ec762ac6f08c9a941088e07f552d7fd;hpb=53b1c839da21e482fe3e24d7ca87cf18a0007b7a;p=hvlinux.git diff --git a/stage3/packages-update b/stage3/packages-update index 8b68bc5..e34f31f 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -1,9 +1,5 @@ #!/bin/bash -USE_LFS_PATCHES=1 -USE_BLFS_PATCHES=1 -USE_HV_PATCHES=1 - source ../functions/main update_packages_init ${*} @@ -13,8 +9,6 @@ lpkg 2 ${SHADOW} # These packages are only for stage3 -fpkg -e "tar.gz" ${LZO} "http://www.oberhumer.com/opensource/lzo/download" -fpkg -e "tar.gz" ${LZOP} "http://www.lzop.org/download" fpkg -m gnu ${WHICH} fpkg -e "tar.gz" ${BASHCOMPLETION} "http://www.caliban.org/files/bash" fpkg -s "software/utils/pciutils" ${PCIUTILS} ${KERNEL_URL} @@ -178,7 +172,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the fpkg -e "tar.gz" ${LIBVORBIS} \ "http://downloads.xiph.org/releases/vorbis" fpkg -e "zip" ${VORBISGAIN} "http://sjeng.org/ftp/vorbis" - fpkg -m sf ${FLAC} + fpkg -e "tar.xz" ${FLAC} "http://downloads.xiph.org/releases/flac" fpkg -e "tar.gz" ${LIBSNDFILE} "http://www.mega-nerd.com/libsndfile/files" fpkg -e "tar.gz" ${LIBSAMPLERATE} "http://www.mega-nerd.com/SRC"