diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |