From 37dd48a55ce5a60c5c1175c1712b69bd4b8bdac2 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Thu, 27 Nov 2014 21:03:15 +0530
Subject: [PATCH] delete the temporary directories.

---
 build-win7-x86-64.bat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-win7-x86-64.bat b/build-win7-x86-64.bat
index ff4eaf40..21edb466 100644
--- a/build-win7-x86-64.bat
+++ b/build-win7-x86-64.bat
@@ -50,6 +50,7 @@ c:\python27\python.exe setup.py build
 
 REM zip the tahoe directory and Python MSI installer
 REM first copy everything into a temp directory
+rd /q /s ..\tahoe-lafs.x86-64
 mkdir ..\tahoe-lafs.x86-64
 xcopy /S . ..\tahoe-lafs.x86-64
 
@@ -64,4 +65,4 @@ REM tahoe-lafs.zip file.
 copy misc\build_helpers\windows\installer\Debug\installer.exe .
 copy /b installer.exe+..\tahoe-lafs.zip ..\install-tahoe-LAFS-x86-64.exe
 del installer.exe
-rmdir \s ..\tahoe-lafs.x86-64
+rd /q /s ..\tahoe-lafs.x86-64
-- 
2.45.2