From 0bdf8468c2bcf1aed13da56e8912d0113d1a0af2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 15:15:21 +0000 Subject: (localdist,tar) just use svn export, thus shrinking tarball size by 3... --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26171d4..ec2eb48 100644 --- a/Makefile +++ b/Makefile @@ -43,10 +43,11 @@ dir: mkdir $(PACKAGE)-$(VERSION) localcopy: - find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ + rm -fr $(PACKAGE)-$(VERSION) + svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: - tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs $(PACKAGE)-$(VERSION) + tar cfj $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) buildrpm: -- cgit v1.2.1