commit b954810fe27ffdcd15635d7722d4d9dd590da3f2
Author: Erinn Clark <[email protected]>
Date:   Wed Sep 12 14:06:45 2012 +0100

    actually remove .zip and .xpi files on Linux
---
 build-scripts/linux-alpha.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk
index d3dfab2..be48895 100644
--- a/build-scripts/linux-alpha.mk
+++ b/build-scripts/linux-alpha.mk
@@ -379,7 +379,7 @@ compressed-bundle-localized: 
bundle-localized_$(LANGCODE).stamp
        -rm -f $(DISTDIR)/$(COMPRESSED_NAME)_$(LANGCODE).tar.gz
        -mkdir $(DISTDIR)
        tar -cvf - $(NAME)_$(LANGCODE) |tardy -unu 0 -una root -gnu 0 -gna 
wheel |gzip -c9 >$(DISTDIR)/$(COMPRESSED_NAME)$(LANGCODE).tar.gz
-       rm *.zip *.xpi
+       rm -f *.zip *.xpi
 
 copy-files_%: generic-bundle.stamp
        rm -fr $(NAME)_$*

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to