From 2ddaea50a97ebeb16fcb473d03f36502792616c0 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Apr 01 2008 18:58:38 +0000 Subject: Fix output message from make archive, we do tar.bz2 not gz. --- diff --git a/Makefile b/Makefile index 6efc0f2..a903563 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)