Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/guix/
Date: Sun, 07 May 2017 13:10:44
Message-Id: 1494162631.aa8677a8cbb029221be19b25b08fe8cdc9f24eb3.mgorny@gentoo
1 commit: aa8677a8cbb029221be19b25b08fe8cdc9f24eb3
2 Author: kballou <kballou <AT> devnulllabs <DOT> io>
3 AuthorDate: Wed Apr 26 20:52:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 13:10:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8677a8
7
8 sys-apps/guix: Fix small grammar issues in doc contents
9
10 Closes: https://github.com/gentoo/gentoo/pull/4493
11 Package-Manager: Portage-2.3.3, Repoman-2.3.1
12
13 sys-apps/guix/guix-0.12.0-r3.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/guix/guix-0.12.0-r3.ebuild b/sys-apps/guix/guix-0.12.0-r3.ebuild
17 index 8437139191d..7002f0e94d0 100644
18 --- a/sys-apps/guix/guix-0.12.0-r3.ebuild
19 +++ b/sys-apps/guix/guix-0.12.0-r3.ebuild
20 @@ -76,10 +76,10 @@ DOC_CONTENTS="Quick start user guide on Gentoo:
21 [as root] enable guix-daemon service:
22 [systemd] # systemctl enable guix-daemon
23 [openrc] # rc-update add guix-daemon
24 -[as an user] ln -sf /var/guix/profiles/per-user/\$USER/guix-profile \$HOME/.guix-profile
25 -[as an user] install guix packages:
26 +[as a user] ln -sf /var/guix/profiles/per-user/\$USER/guix-profile \$HOME/.guix-profile
27 +[as a user] install guix packages:
28 \$ guix package -i hello
29 -[as an user] configure environment:
30 +[as a user] configure environment:
31 Somewhere in .bash_profile you might want to set
32 export GUIX_LOCPATH=\$HOME/.guix-profile/lib/locale
33
34 @@ -92,7 +92,7 @@ pkg_setup() {
35 for i in {1..10}; do
36 # we list 'guixbuild' twice to
37 # both assign a primary group for user
38 - # and add an user to /etc/group
39 + # and add a user to /etc/group
40 enewuser guixbuilder${i} -1 -1 /var/empty guixbuild,guixbuild
41 done
42 }