From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RztFX-0003wT-Sm for mharc-grub-devel@gnu.org; Tue, 21 Feb 2012 12:11:35 -0500 Received: from eggs.gnu.org ([140.186.70.92]:56403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RztFP-0003w9-Eu for grub-devel@gnu.org; Tue, 21 Feb 2012 12:11:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RztFL-0004dR-GI for grub-devel@gnu.org; Tue, 21 Feb 2012 12:11:27 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:51988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RztFL-0004dN-Ab for grub-devel@gnu.org; Tue, 21 Feb 2012 12:11:23 -0500 Received: by eaag11 with SMTP id g11so2827625eaa.0 for ; Tue, 21 Feb 2012 09:11:22 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.213.15.209 as permitted sender) client-ip=10.213.15.209; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.213.15.209 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.213.15.209]) by 10.213.15.209 with SMTP id l17mr3806705eba.147.1329844282822 (num_hops = 1); Tue, 21 Feb 2012 09:11:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Y1GS7Zss2EPExZzQpRoGHnX3HS6wPJF9qPHxGzwdCBk=; b=l0G+tNq3bdO2IJAOqxujGkuN1GoGYE1IkEFsDdgpJWdICeUdc11pKzQr2S4D7akHvp L57v5XLBcnEYWU+1tr0gK9Gx5bYMWfxeqXdjdWeXiotzM8JCy6hIFQ9GAiyIEIEtT1jI PhRA6yIhtPvTnxZyOSrSrBcS+5XYGn1SLbNK4= Received: by 10.213.15.209 with SMTP id l17mr3026795eba.147.1329844282724; Tue, 21 Feb 2012 09:11:22 -0800 (PST) Received: from debian.x201.phnet (85-234.197-178.cust.bluewin.ch. [178.197.234.85]) by mx.google.com with ESMTPS id n56sm92086763eeh.6.2012.02.21.09.11.20 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Feb 2012 09:11:21 -0800 (PST) Message-ID: <4F43D032.6020103@gmail.com> Date: Tue, 21 Feb 2012 18:11:14 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Fix for pkgdatadir grub-mkconfig_lib in all util scripts and grub.d scripts References: <4F42DDF4.5080204@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Tue, 21 Feb 2012 17:11:33 -0000 On 21.02.2012 17:36, Keshav P R wrote: > 2012/2/21 Grégoire Sutre: >> On 02/20/2012 06:47 PM, Keshav P R wrote: >>> Hi, >>> Attached patch fixes runtime error due to sed transform used in >>> pkgdatadir >> >> Maybe we should apply the sed transform to grub-mkconfig_lib's >> installation directory, i.e., install grub-mkconfig_lib alongside >> unicode.pf2 and friends? > That might make it difficult for third party scripts in /etc/grub.d > (like os-prober or memtest) to source grub-mkconfig_lib since they do > not know about the sed transform. This is not an argument. Ad absurdum you could say the same about any binary or script name , yet their names are transformed >> Grégoire >> >>> # /_grub_/grub_uefi_x86_64/bin/grub_uefi_x86_64-mkstandalone -h >>> /_grub_/grub_uefi_x86_64/bin/grub_uefi_x86_64-mkstandalone: line 46: >>> /_grub_/grub_uefi_x86_64/share/grub_uefi_x86_64/grub-mkconfig_lib: No >>> such file or directory >>> >>> File is at /_grub_/grub_uefi_x86_64/share/grub/grub-mkconfig_lib (in my >>> case). >>> >>> Please apply this. Thanks in advance. >>> >>> Regards. >>> >>> Keshav >>> >>> >>> >>> _______________________________________________ >>> Grub-devel mailing list >>> Grub-devel@gnu.org >>> https://lists.gnu.org/mailman/listinfo/grub-devel >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko