summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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: