Fix output message from make archive, we do tar.bz2 not gz.
This commit is contained in:
parent
4b69164797
commit
2ddaea50a9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue