changeset 810:4cfa8c130605

Brown paper bag bug: setting HOST_BUILD_EXTRA or using ./download.sh --extract causes a build break. The regex in the shell function noversion doesn't recognize two consecutive letters as part of a legitimate version name, so qemu-2d18e637e5ec.tar.bz2 should actually be qemu-2d18e637e5e.tar.bz2 in order to be recognized as "qemu". (That's using the git commit ID as the version, which would have worked if I'd cut it in the right place.) I forgot that ./buildall.sh doesn't use ./download.sh --extract anymore, so of course it didn't catch this.
author Rob Landley <rob@landley.net>
date Fri, 21 Aug 2009 22:56:13 -0500
parents d326c68aa747
children aea72ecff868
files download.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Thu Aug 20 22:48:42 2009 -0500
+++ b/download.sh	Fri Aug 21 22:56:13 2009 -0500
@@ -111,7 +111,7 @@
 
 #URL=http://download.savannah.nongnu.org/releases/qemu/qemu-0.10.2.tar.gz \
 #SHA1=78f595a1fcb52f8bb2774f2d658a803530560b9c \
-URL=http://impactlinux.com/fwl/mirror/qemu-2d18e637e5ec.tar.bz2 \
+URL=http://impactlinux.com/fwl/mirror/qemu-2d18e637e5e.tar.bz2 \
 SHA1=07012163dd55b8b07ba64cb759dcbe7d20d502b9 \
 download || dienow