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 e40ebc2..56fd74d 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ localcopy:
tar:
mkdir ../$(PACKAGE)-$(VERSION)
cp -a * ../$(PACKAGE)-$(VERSION)
- tar cfj --exclude-vcs $(PACKAGE)-$(VERSION).tar.bz2 ../$(PACKAGE)-$(VERSION)
+ tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION)
rm -rf ../$(PACKAGE)-$(VERSION)
buildrpm: