guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: tlp: Read configuration from /etc/tlp.


From: Clément Lassieur
Subject: 01/06: gnu: tlp: Read configuration from /etc/tlp.
Date: Fri, 24 Mar 2017 11:12:47 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 32e75b4808c312f6ef99a2e200a75a0d056b60fe
Author: Mathieu Othacehe <address@hidden>
Date:   Fri Mar 24 11:00:12 2017 +0100

    gnu: tlp: Read configuration from /etc/tlp.
    
    * gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp".
    
    Signed-off-by: Clément Lassieur <address@hidden>
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 86c222f..bf16ff0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3491,7 +3491,7 @@ Light is the successor of lightscript.")
                (setenv "TLP_BIN" (string-append out "/bin"))
                (setenv "TLP_TLIB" (string-append out "/share/tlp-pm"))
                (setenv "TLP_ULIB" (string-append out "/lib/udev"))
-               (setenv "TLP_CONF" (string-append out "/etc/tlp"))
+               (setenv "TLP_CONF" "/etc/tlp")
                (setenv "TLP_SHCPL"
                        (string-append out 
"/share/bash-completion/completions"))
                (setenv "TLP_MAN" (string-append out "/share/man")))))



reply via email to

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