snape pushed a commit to branch master
in repository guix.
commit 32e75b4808c312f6ef99a2e200a75a0d056b60fe
Author: Mathieu Othacehe <[email protected]>
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 <[email protected]>
---
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")))))