diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-12 23:52:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-13 00:01:06 +0100 |
commit | 97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a (patch) | |
tree | 58ae380fc000a022a6629c871e642ee5a3b00a2f | |
parent | c9d512faacb356eea6c3b437f6e35bdb893c0a39 (diff) | |
download | guix-97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a.tar guix-97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a.tar.gz |
system: /etc/profile defines 'MANPATH', which includes the global profile.
* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.
-rw-r--r-- | gnu/system.scm | 1 |
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))) |