Regle la pluspart des problemes avec fpkg et wget
[hvlinux.git] / stage0 / packages-update
index 0b071fc..af1dc07 100755 (executable)
@@ -14,6 +14,10 @@ source ../packages-list
 
 update_packages_init
 
+if [ ${#} -eq 1 -a "x${1}" = "xtest" ]; then
+    export TEST_INTEGRITY=1
+fi
+
 fpkg       ${KERNEL}    "http://www.kernel.org/pub/linux/kernel/v2.6"
 fpkg       ${FILE_PKG}  "http://cross-lfs.org/files/packages/svn"
 fpkg_gnu   ${NCURSES}