From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add file. Date: Thu, 17 Jan 2013 22:55:58 +0100 Message-ID: <87mww75v9t.fsf@gnu.org> References: <201301172212.40141.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvxRN-0008AJ-GI for bug-guix@gnu.org; Thu, 17 Jan 2013 16:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvxRL-0005s4-Cm for bug-guix@gnu.org; Thu, 17 Jan 2013 16:56:05 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:45081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvxRL-0005ro-6I for bug-guix@gnu.org; Thu, 17 Jan 2013 16:56:03 -0500 In-Reply-To: <201301172212.40141.andreas@enge.fr> (Andreas Enge's message of "Thu, 17 Jan 2013 22:12:40 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Patch for "file" attached. Strangely, it uses "file" in its configure=20 > script, but this does not seem to be crucial: > > case `/usr/bin/file conftest.o` in I think this bit is automatically added by Autoconf everywhere. Nothing to worry about, it seems. > From 5ec3cc8062a4079d80c2231c9c91e04cbca8e26c Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Thu, 17 Jan 2013 22:09:15 +0100 > Subject: [PATCH] distro: Add file. > > * distro/packages/file.scm: New file. > * Makefile.am (MODULES): Add it. Fine with me! Thanks, Ludo=E2=80=99.