From 2ddaea50a97ebeb16fcb473d03f36502792616c0 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 1 Apr 2008 14:58:38 -0400 Subject: [PATCH] Fix output message from make archive, we do tar.bz2 not gz. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6efc0f22..a903563f 100644 --- a/Makefile +++ b/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)