[or-cvs] r14815: Update Makefile to include RelativeLink in source tarball (torbrowser/trunk/build-scripts)
sjm217 at seul.org
sjm217 at seul.org
Thu May 29 10:09:04 UTC 2008
Author: sjm217
Date: 2008-05-29 06:09:04 -0400 (Thu, 29 May 2008)
New Revision: 14815
Modified:
torbrowser/trunk/build-scripts/Makefile
Log:
Update Makefile to include RelativeLink in source tarball
Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile 2008-05-29 10:06:35 UTC (rev 14814)
+++ torbrowser/trunk/build-scripts/Makefile 2008-05-29 10:09:04 UTC (rev 14815)
@@ -236,5 +236,6 @@
rm -fr $(SRCDESTPATH)
svn export https://tor-svn.freehaven.net/svn/torbrowser/trunk/ \
$(SRCDESTPATH)
- cd $(SRCDEST); tar --exclude www --exclude src -czvf \
- $(SRCNAME)-src.tar.gz $(SRCNAME)
+ cd $(SRCDEST); tar --exclude src/archived-patches \
+ --exclude src/current-patches --exclude src/processtest
+ -czvf $(SRCNAME)-src.tar.gz $(SRCNAME)
More information about the tor-commits
mailing list