diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 70ec2e52ef2..69e66fad75d 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -601,13 +601,11 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ | |||
| 601 | --enable-daemon \ | 601 | --enable-daemon \ |
| 602 | ac_cv_guix_test_root="$(GUIX_TEST_ROOT)" | 602 | ac_cv_guix_test_root="$(GUIX_TEST_ROOT)" |
| 603 | 603 | ||
| 604 | # The self-contained tarball. Add 'glibc-utf8-locales' along with glibc just | 604 | # The self-contained tarball. |
| 605 | # so 'etc/profile' defines 'GUIX_LOCPATH' pointing to a valid set of locales. | ||
| 606 | guix-binary.%.tar.xz: | 605 | guix-binary.%.tar.xz: |
| 607 | $(AM_V_GEN)GUIX_PACKAGE_PATH= \ | 606 | $(AM_V_GEN)GUIX_PACKAGE_PATH= \ |
| 608 | tarball=`$(top_builddir)/pre-inst-env guix pack -K -C xz \ | 607 | tarball=`$(top_builddir)/pre-inst-env guix pack -K -C xz \ |
| 609 | -s "$*" --localstatedir guix glibc-utf8-locales \ | 608 | -s "$*" --localstatedir --profile-name=current-guix guix` ; \ |
| 610 | -e '(@@ (gnu packages commencement) glibc-final)'` ; \ | ||
| 611 | cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" | 609 | cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" |
| 612 | 610 | ||
| 613 | 611 | ||
