summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-12-12 23:52:27 +0100
committerLudovic Courtès <ludo@gnu.org>2014-12-13 00:01:06 +0100
commit97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a (patch)
tree58ae380fc000a022a6629c871e642ee5a3b00a2f /gnu
parentc9d512faacb356eea6c3b437f6e35bdb893c0a39 (diff)
downloadguix-patches-97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a.tar
guix-patches-97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a.tar.gz
system: /etc/profile defines 'MANPATH', which includes the global profile.
* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 5cb6c9e947..b14991e5db 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -398,6 +398,7 @@ export LINUX_MODULE_DIRECTORY=/run/booted-system/kernel/lib/modules
export PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin
export PATH=/run/setuid-programs:/run/current-system/profile/sbin:$PATH
+export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man
export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info
"))
(skel (skeleton-directory skeletons)))