diff options
author | kballou <kballou@devnulllabs.io> | 2017-04-26 14:52:04 -0600 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-07 15:10:31 +0200 |
commit | aa8677a8cbb029221be19b25b08fe8cdc9f24eb3 (patch) | |
tree | 8b4145130722ed3f831dbee2e06f34095aba450b | |
parent | sys-apps/nix: Fix small grammar issues in doc contents (diff) | |
download | gentoo-aa8677a8cbb029221be19b25b08fe8cdc9f24eb3.tar.gz gentoo-aa8677a8cbb029221be19b25b08fe8cdc9f24eb3.tar.bz2 gentoo-aa8677a8cbb029221be19b25b08fe8cdc9f24eb3.zip |
sys-apps/guix: Fix small grammar issues in doc contents
Closes: https://github.com/gentoo/gentoo/pull/4493
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | sys-apps/guix/guix-0.12.0-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/guix/guix-0.12.0-r3.ebuild b/sys-apps/guix/guix-0.12.0-r3.ebuild index 8437139191d7..7002f0e94d07 100644 --- a/sys-apps/guix/guix-0.12.0-r3.ebuild +++ b/sys-apps/guix/guix-0.12.0-r3.ebuild @@ -76,10 +76,10 @@ DOC_CONTENTS="Quick start user guide on Gentoo: [as root] enable guix-daemon service: [systemd] # systemctl enable guix-daemon [openrc] # rc-update add guix-daemon -[as an user] ln -sf /var/guix/profiles/per-user/\$USER/guix-profile \$HOME/.guix-profile -[as an user] install guix packages: +[as a user] ln -sf /var/guix/profiles/per-user/\$USER/guix-profile \$HOME/.guix-profile +[as a user] install guix packages: \$ guix package -i hello -[as an user] configure environment: +[as a user] configure environment: Somewhere in .bash_profile you might want to set export GUIX_LOCPATH=\$HOME/.guix-profile/lib/locale @@ -92,7 +92,7 @@ pkg_setup() { for i in {1..10}; do # we list 'guixbuild' twice to # both assign a primary group for user - # and add an user to /etc/group + # and add a user to /etc/group enewuser guixbuilder${i} -1 -1 /var/empty guixbuild,guixbuild done } |