diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -46,8 +46,6 @@ localcopy: find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ tar: - mkdir ../$(PACKAGE)-$(VERSION) - cp -a * ../$(PACKAGE)-$(VERSION) tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) |