Fix output message from make archive, we do tar.bz2 not gz.
This commit is contained in:
parent
4b69164797
commit
2ddaea50a9
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ archive:
|
|||||||
@make Changelog
|
@make Changelog
|
||||||
@rm -rf ${PKGNAME}-$(VERSION)/
|
@rm -rf ${PKGNAME}-$(VERSION)/
|
||||||
@python setup.py sdist --formats=bztar > /dev/null
|
@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
|
srpm: archive
|
||||||
@rm -f $(SRPM)
|
@rm -f $(SRPM)
|
||||||
|
Loading…
Reference in New Issue
Block a user