commit 7549eafab1586a907083e3ca15cfa27f072e1c3a
Author: Erinn Clark <[email protected]>
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

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

Reply via email to