changeset 763:221b0e3cd8fd

Fix recently introduced bug in download.sh --extract when build directory doesn't exist yet.
author Rob Landley <rob@landley.net>
date Sat, 27 Jun 2009 23:57:30 -0500
parents 879cf963cdbb
children dc34da83204d
files download.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sat Jun 27 23:55:55 2009 -0500
+++ b/download.sh	Sat Jun 27 23:57:30 2009 -0500
@@ -136,6 +136,7 @@
 # information for the FWL build scripts and any USE_UNSTABLE packages, so
 # use $OLDPATH.  (Most likely we haven't run host-tools.sh yet, but just
 
+blank_tempdir "$WORK"
 PATH="$OLDPATH" do_readme > "$SRCDIR"/MANIFEST || dienow
 
 # Set color back to normal.