[or-cvs] r14129: Clean existing bundle before creating new one (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Wed Mar 19 13:29:24 UTC 2008


Author: sjm217
Date: 2008-03-19 09:29:24 -0400 (Wed, 19 Mar 2008)
New Revision: 14129

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
Clean existing bundle before creating new one

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-03-19 10:49:33 UTC (rev 14128)
+++ torbrowser/trunk/build-scripts/Makefile	2008-03-19 13:29:24 UTC (rev 14129)
@@ -190,6 +190,7 @@
 	cd $(NAME)_$(LANGCODE); $(SEVENZIP) a -sfx7z.sfx ../$(COMPRESSED_NAME)_$(LANGCODE).exe $(NAME)
 
 copy-base:
+	rm -fr $(NAME)_$(LANGCODE)
 	mkdir $(NAME)_$(LANGCODE)
 	cp -R $(DEST) $(NAME)_$(LANGCODE)/$(NAME)
 



More information about the tor-commits mailing list