Fix output message from make archive, we do tar.bz2 not gz.

This commit is contained in:
Jesse Keating 2008-04-01 14:58:38 -04:00
parent 4b69164797
commit 2ddaea50a9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ archive:
@make Changelog
@rm -rf ${PKGNAME}-$(VERSION)/
@python setup.py sdist --formats=bztar > /dev/null
@echo "The archive is in dist/${PKGNAME}-$(VERSION).tar.gz"
@echo "The archive is in dist/${PKGNAME}-$(VERSION).tar.bz2"
srpm: archive
@rm -f $(SRPM)