changeset 538:808ba1d186ac

Setup can delete the temporary directory now, nothing persistent in it.
author Rob Landley <rob@landley.net>
date Sun, 14 Dec 2008 03:31:00 -0600
parents 15af90157a19
children 85979aa53fde
files sources/include.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/include.sh	Sun Dec 14 02:03:46 2008 -0600
+++ b/sources/include.sh	Sun Dec 14 03:31:00 2008 -0600
@@ -78,6 +78,7 @@
   # Which platform are we building for?
 
   export WORK="${BUILD}/temp-$ARCH"
+  rm -rf "${WORK}"
   mkdir -p "${WORK}"
 
   # Say "unknown" in two different ways so it doesn't assume we're NOT