From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DA45139694 for ; Sun, 7 May 2017 13:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F8DBE0D39; Sun, 7 May 2017 13:10:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E239E0D39 for ; Sun, 7 May 2017 13:10:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75AED3416DA for ; Sun, 7 May 2017 13:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C94FA744D for ; Sun, 7 May 2017 13:10:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494162631.aa8677a8cbb029221be19b25b08fe8cdc9f24eb3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/guix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/guix/guix-0.12.0-r3.ebuild X-VCS-Directories: sys-apps/guix/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa8677a8cbb029221be19b25b08fe8cdc9f24eb3 X-VCS-Branch: master Date: Sun, 7 May 2017 13:10:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2556c15d-69ad-4ba9-8e7e-bec57996807f X-Archives-Hash: 6a6a40aa149a5347ba1b5d9e0cc956d1 commit: aa8677a8cbb029221be19b25b08fe8cdc9f24eb3 Author: kballou devnulllabs io> AuthorDate: Wed Apr 26 20:52:04 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 7 13:10:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8677a8 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 sys-apps/guix/guix-0.12.0-r3.ebuild | 8 ++++---- 1 file 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 8437139191d..7002f0e94d0 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 }