diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,5 @@ clean: dist: clean rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar* svn export -q -rBASE . ../$(PACKAGE)-$(VERSION) - tar cvjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION) + tar cjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION) rm -rf ../mandi-$(VERSION) |