diff host-tools.sh @ 1552:c3b91b70cc42

Remove USE_ALT option, I have a better idea (upcoming patch).
author Rob Landley <rob@landley.net>
date Tue, 30 Oct 2012 19:55:35 -0500
parents e2f722cc97a6
children 6a8114c148d1
line wrap: on
line diff
--- a/host-tools.sh	Tue Oct 09 00:05:38 2012 -0500
+++ b/host-tools.sh	Tue Oct 30 19:55:35 2012 -0500
@@ -190,7 +190,7 @@
   cleanup
 fi
 
-# Squashfs is an alternate packaging option.
+# Squashfs is the default packaging option.
 
 if [ ! -f "${STAGE_DIR}"/mksquashfs ] &&
   ([ -z "$SYSIMAGE_TYPE" ] || [ "$SYSIMAGE_TYPE" == squashfs ])