From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O2gu2-0006s7-5M for mharc-grub-devel@gnu.org; Fri, 16 Apr 2010 04:27:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2gtz-0006rw-UP for grub-devel@gnu.org; Fri, 16 Apr 2010 04:27:51 -0400 Received: from [140.186.70.92] (port=35917 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2gra-0006MK-U4 for grub-devel@gnu.org; Fri, 16 Apr 2010 04:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2gpy-0004Ei-V6 for grub-devel@gnu.org; Fri, 16 Apr 2010 04:25:05 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:47005) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2gpx-0004Dj-Pa for grub-devel@gnu.org; Fri, 16 Apr 2010 04:23:42 -0400 Received: from fwd02.aul.t-online.de (fwd02.aul.t-online.de ) by mailout06.t-online.de with smtp id 1O2gpu-0003cr-UV; Fri, 16 Apr 2010 10:23:39 +0200 Received: from [192.168.2.100] (ZB3KcMZ-Qh6bo2f1SeBSohrVWj6guv1n1SfERWTZAZAPDNNWVMPNPBsjkyJJILgw3l@[217.235.245.230]) by fwd02.aul.t-online.de with esmtp id 1O2gph-05O6QC0; Fri, 16 Apr 2010 10:23:25 +0200 Message-ID: <4BC81E7C.7000106@t-online.de> Date: Fri, 16 Apr 2010 10:23:24 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3 MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: multipart/mixed; boundary="------------000901080402010907030600" X-ID: ZB3KcMZ-Qh6bo2f1SeBSohrVWj6guv1n1SfERWTZAZAPDNNWVMPNPBsjkyJJILgw3l X-TOI-MSGID: 25e94814-8a41-4073-afe2-e5bd522069c8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: [PATCH] Fix localedir in Makefile X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 08:27:52 -0000 This is a multi-part message in MIME format. --------------000901080402010907030600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gettext support is not effective for the grub tools (except scripts) because localedir is not passed to the Makefile. 2010-04-16 Christian Franke * Makefile.in: Add missing localedir setting. -- Regards, Christian Franke --------------000901080402010907030600 Content-Type: text/x-patch; name="grub2-localedir.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="grub2-localedir.patch" === modified file 'Makefile.in' --- Makefile.in 2010-04-10 23:14:31 +0000 +++ Makefile.in 2010-04-16 07:31:27 +0000 @@ -35,6 +35,7 @@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ +localedir = @localedir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ --------------000901080402010907030600--