Move ALSA bootscript to end of stage 3
[hvlinux.git] / stage3 / packages-update
index 43780e8..7503013 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 USE_LFS_PATCHES=1
+USE_LFS_OLD_PATCHES=1
 USE_BLFS_PATCHES=1
 USE_HV_PATCHES=1
 
@@ -176,7 +177,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"