commit 82abc5b4c18423360321c8b80233134a6837cc78
Author: Erinn Clark <[email protected]>
Date:   Sun May 12 22:19:46 2013 -0300

    fix compressed name for stable linux bundles
---
 build-scripts/linux.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index ea85bb3..d1b90c9 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -363,9 +363,9 @@ bundle-localized_%.stamp:
 bundle-localized: bundle-localized_$(LANGCODE).stamp
 
 compressed-bundle-localized: bundle-localized_$(LANGCODE).stamp
-       -rm -f $(DISTDIR)/$(COMPRESSED_NAME)_$(LANGCODE).tar.gz
+       -rm -f $(DISTDIR)/$(DEFAULT_COMPRESSED_BASENAME)_$(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
+       tar -cvf - $(NAME)_$(LANGCODE) |tardy -unu 0 -una root -gnu 0 -gna 
wheel |gzip -c9 >$(DISTDIR)/$(DEFAULT_COMPRESSED_BASENAME)$(LANGCODE).tar.gz
        rm -f *.zip *.xpi
 
 copy-files_%: generic-bundle.stamp



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

Reply via email to