summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-04-07 22:41:46 +0200
committerLudovic Courtès <ludo@gnu.org>2017-04-07 23:30:38 +0200
commit1165b08f8683b2a8c12753eb6fd26c2451bce81c (patch)
tree207788afef4293414d86f09b10df3d5791b0eaee /doc
parent5537f2d27925abc05550eff35d13e1347d60dca5 (diff)
downloadguix-patches-1165b08f8683b2a8c12753eb6fd26c2451bce81c.tar
guix-patches-1165b08f8683b2a8c12753eb6fd26c2451bce81c.tar.gz
build: Include 'glibc-utf8-locales' in the binary tarball.
* Makefile.am (guix-binary.%.tar.xz): Add 'glibc-utf8-locales' and 'glibc-final' to the 'guix pack' command line. * doc/guix.texi (Binary Installation): Mention 'etc/profile'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 07ae660f77..d0f21edeec 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -439,6 +439,14 @@ Make @code{root}'s profile available under @file{~/.guix-profile}:
~root/.guix-profile
@end example
+Source @file{etc/profile} to augment @code{PATH} and other relevant
+environment variables:
+
+@example
+# GUIX_PROFILE=$HOME/.guix-profile \
+ source $GUIX_PROFILE/etc/profile
+@end example
+
@item
Create the group and user accounts for build users as explained below
(@pxref{Build Environment Setup}).