From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Thu, 27 Nov 2014 15:33:15 +0000 (+0530)
Subject: delete the temporary directories.
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/statistics?a=commitdiff_plain;h=5114b894a36252779c40822931fc707c98b9045a;p=tahoe-lafs%2Ftahoe-lafs.git

delete the temporary directories.
---

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