From 2fc8fa82f07fd6f927c58f02af8f8a5b545b57b8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Jul 2011 22:12:51 +0100 Subject: [PATCH] build: Fix up the tarball target used when releasing --- build/autotools/Makefile.am.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release index 7c5a3cc61..9f1c12288 100644 --- a/build/autotools/Makefile.am.release +++ b/build/autotools/Makefile.am.release @@ -18,7 +18,7 @@ RELEASE_DOC_URL = http://docs.clutter-project.org/docs/ BUGS_URL = http://bugzilla.gnome.org/enter_bug.cgi?product=clutter -tar_file = $(distdir).tar.bz2 +tar_file = $(distdir).tar.xz sha256_file = $(distdir).sha256sum $(sha256_file): $(tar_file)