diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ localcopy: find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ tar: - tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION) + tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs $(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) buildrpm: |