summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c09a4ae..26171d4 100644
--- a/Makefile
+++ b/Makefile
@@ -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: