guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: system: /etc/profile defines 'MANPATH', which includes the global


From: Ludovic Courtès
Subject: 01/02: system: /etc/profile defines 'MANPATH', which includes the global profile.
Date: Fri, 12 Dec 2014 23:01:12 +0000

civodul pushed a commit to branch master
in repository guix.

commit 97ab2c0fb625b622b1c4ec19a9f11cb1a59ee75a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 12 23:52:27 2014 +0100

    system: /etc/profile defines 'MANPATH', which includes the global profile.
    
    * gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.
---
 gnu/system.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 5cb6c9e..b14991e 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]