diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-21 22:22:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-23 15:42:01 +0100 |
commit | e9926f80c6553fde50ce1fcfd38d6370f841efd2 (patch) | |
tree | 438660d072ddb5f534995b256807a047e9ee187a /etc/guix-publish.conf.in | |
parent | 08f410834bffbe1e55633a0a4c87caba69d7fa92 (diff) | |
download | guix-e9926f80c6553fde50ce1fcfd38d6370f841efd2.tar guix-e9926f80c6553fde50ce1fcfd38d6370f841efd2.tar.gz |
build: Binary tarball now populates the "current-guix" profile.
* Makefile.am (guix-binary.%.tar.xz): Pass
'--profile-name=current-guix'. Remove glibc and glibc-utf8-locales.
* doc/guix.texi (Binary Installation): Update accordingly.
* etc/guix-install.sh
* etc/guix-install.sh (sys_create_store, sys_enable_guix_daemon)
(sys_authorize_build_farms): Likewise.
* etc/guix-publish.conf.in, etc/guix-publish.service.in,
etc/guix-daemon.conf.in, etc/guix-daemon.service.in: Update file names
accordingly.
Diffstat (limited to 'etc/guix-publish.conf.in')
-rw-r--r-- | etc/guix-publish.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix-publish.conf.in b/etc/guix-publish.conf.in index 241c594559..7b319f66ae 100644 --- a/etc/guix-publish.conf.in +++ b/etc/guix-publish.conf.in @@ -9,4 +9,4 @@ stop on runlevel [016] task -exec @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix publish --user=nobody --port=8181 +exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 |