[tor-commits] [torbrowser/master] update git tarball creation command so it gets all the directories

erinn at torproject.org erinn at torproject.org
Wed Dec 21 23:27:47 UTC 2011


commit 7549eafab1586a907083e3ca15cfa27f072e1c3a
Author: Erinn Clark <erinn at torproject.org>
Date:   Thu Dec 22 00:26:36 2011 +0100

    update git tarball creation command so it gets all the directories
---
 build-scripts/windows.mk |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 5e8bd38..4d6848a 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -499,5 +499,4 @@ SRCNAME=$(COMPRESSED_NAME)
 SRCDEST=/tmp
 SRCDESTPATH=$(SRCDEST)/$(SRCNAME)
 srcdist:
-	git archive --format=tar --prefix=tor-browser-$(VERSION)-src/ torbrowser-$(VERSION) | gzip -9 > $(PWD)/tor-browser-$(VERSION)-src.tar.gz
-
+	cd .. && git archive --format=tar --prefix=tor-browser-$(VERSION)-src/ torbrowser-$(VERSION) | gzip -9 > $(PWD)/tor-browser-$(VERSION)-src.tar.gz



More information about the tor-commits mailing list