[tor-commits] [torbrowser/maint-2.4] fix compressed name for stable linux bundles
erinn at torproject.org
erinn at torproject.org
Mon May 13 01:21:18 UTC 2013
commit 82abc5b4c18423360321c8b80233134a6837cc78
Author: Erinn Clark <erinn at torproject.org>
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
More information about the tor-commits
mailing list