[or-cvs] r20425: {torbrowser} Ensure that we have sane file names for tar.gz files. (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Fri Aug 28 09:32:50 UTC 2009


Author: ioerror
Date: 2009-08-28 05:32:49 -0400 (Fri, 28 Aug 2009)
New Revision: 20425

Modified:
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
Ensure that we have sane file names for tar.gz files.


Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 06:54:24 UTC (rev 20424)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 09:32:49 UTC (rev 20425)
@@ -198,8 +198,8 @@
 
 ## Version and name of the compressed bundle (also used for source)
 VERSION=1.2.4-alpha
-DEFAULT_COMPRESSED_BASENAME=tor-browser-linux-$(VERSION)-
-IM_COMPRESSED_BASENAME=tor-im-browser-linux-$(VERSION)-
+DEFAULT_COMPRESSED_BASENAME=tor-browser-gnu-linux-$(VERSION)-
+IM_COMPRESSED_BASENAME=tor-im-browser-gnu-linux-$(VERSION)-
 DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
 IM_COMPRESSED_NAME=$(IM_COMPRESSED_BASENAME)$(VERSION)
 
@@ -443,7 +443,7 @@
 compressed-bundle-localized: bundle-localized_$(LANGCODE).stamp
 	-rm -f $(DISTDIR)/$(COMPRESSED_NAME)_$(LANGCODE).tar.gz
 	-mkdir $(DISTDIR)
-	tar -cvzf $(DISTDIR)/$(NAME)_$(LANGCODE)-$(VERSION).tar.gz $(NAME)_$(LANGCODE);
+	tar -cvzf $(DISTDIR)/$(DEFAULT_COMPRESSED_BASENAME)$(LANGCODE).tar.gz $(NAME)_$(LANGCODE);
 
 split-bundle-localized: bundle-localized_$(LANGCODE).stamp
 	rm -fr $(COMPRESSED_NAME)_$(LANGCODE)_split; mkdir $(COMPRESSED_NAME)_$(LANGCODE)_split



More information about the tor-commits mailing list