diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-12 23:08:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-13 09:13:56 +0100 |
commit | a30e7a72fce5b2357a2ccd4fb49980090425579c (patch) | |
tree | 385c140853ab9d3325b35660a9475ff5fca3ec37 | |
parent | c410e9e531b999546f033d35266f8ac488dee7e0 (diff) |
maint: Use 'guix' instead of 'guile3.0-guix' for the binary tarball.
* Makefile.am (GUIX_FOR_BINARY_TARBALL): Change to 'guix'.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |