From 0fec8173ede6b5459d3721a28511c27149290266 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 10 Feb 2011 17:03:33 +0000 Subject: Fix tarball creation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8ba0d63..f0b4f26 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: + svn export ../trunk $(PACKAGE)-$(VERSION) tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) bzip2 -9vf $(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.1