From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] dmd: Find the system dmdconf.scm in the configured sysconfdir Date: Wed, 09 Jul 2014 14:39:56 +0200 Message-ID: <878uo21zab.fsf@gnu.org> References: <87wqbnthg6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4rAK-0001na-5L for guix-devel@gnu.org; Wed, 09 Jul 2014 08:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4rAF-0004qA-1g for guix-devel@gnu.org; Wed, 09 Jul 2014 08:40:04 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4rAE-0004q3-Pt for guix-devel@gnu.org; Wed, 09 Jul 2014 08:39:58 -0400 In-Reply-To: <87wqbnthg6.fsf@gmail.com> (David Michael's message of "Tue, 08 Jul 2014 22:05:29 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Michael Cc: guix-devel@gnu.org David Michael skribis: > * Makefile.am (instantiate): Substitute the sysconfdir value. > * modules/dmd/config.scm.in (%sysconfdir): New variable. > * modules/dmd/support.scm (default-config-file): Use %sysconfdir in > place of prefix+"/etc". Makes perfect sense. Applied, thanks! Ludo=E2=80=99.