From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp. Date: Thu, 16 Mar 2017 17:38:49 +0100 Message-ID: <87a88ljhwm.fsf@lassieur.org> References: <20170315204642.27626-1-m.othacehe@gmail.com> <20170315204642.27626-2-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coYQS-0001OE-BN for guix-devel@gnu.org; Thu, 16 Mar 2017 12:38:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coYQP-0006qM-4J for guix-devel@gnu.org; Thu, 16 Mar 2017 12:38:56 -0400 Received: from mail.lassieur.org ([83.152.10.219]:35958) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coYQO-0006oy-Sv for guix-devel@gnu.org; Thu, 16 Mar 2017 12:38:53 -0400 In-reply-to: <20170315204642.27626-2-m.othacehe@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: guix-devel@gnu.org > * gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp". > --- > 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 28440297e..bb9dbcb3d 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -3494,7 +3494,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"))))) LGTM!