From a30e7a72fce5b2357a2ccd4fb49980090425579c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 12 Nov 2020 23:08:48 +0100 Subject: maint: Use 'guix' instead of 'guile3.0-guix' for the binary tarball. * Makefile.am (GUIX_FOR_BINARY_TARBALL): Change to 'guix'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6faf8c9349..ad301c9fc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -710,7 +710,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ ac_cv_guix_test_root="$(GUIX_TEST_ROOT)" # Name of the 'guix' package shipped in the binary tarball. -GUIX_FOR_BINARY_TARBALL = guile3.0-guix +GUIX_FOR_BINARY_TARBALL = guix # The self-contained tarball. guix-binary.%.tar.xz: -- cgit v1.2.3