From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S1i9C-000292-18 for mharc-grub-devel@gnu.org; Sun, 26 Feb 2012 12:44:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1i98-000276-W5 for grub-devel@gnu.org; Sun, 26 Feb 2012 12:44:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1i97-0004ye-EN for grub-devel@gnu.org; Sun, 26 Feb 2012 12:44:30 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:43249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1i97-0004ya-70 for grub-devel@gnu.org; Sun, 26 Feb 2012 12:44:29 -0500 Received: by eeke53 with SMTP id e53so1338548eek.0 for ; Sun, 26 Feb 2012 09:44:28 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.193.134 as permitted sender) client-ip=10.14.193.134; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.193.134 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.193.134]) by 10.14.193.134 with SMTP id k6mr6110318een.114.1330278268007 (num_hops = 1); Sun, 26 Feb 2012 09:44:28 -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=LAMb48czRa2XZ4163DsloeZCjecn5g7Q1EyCvpPevdQ=; b=k7v6WBNZKn71IjWLahVKdtW0tOa8BjU9khTmA1FpsJCEIPVlPa7QHXfPd64sYX3jsg n31hWPcY1gL8vaLmlPaMJXfZtRSDsfHvyYkL7lIv226AZQmLEDyTJK6LYoeHfvMoxmKZ aW8yc3HDYcC2PHaGSg6DsaqObdaqvrUExUgQk= Received: by 10.14.193.134 with SMTP id k6mr4611927een.114.1330278267909; Sun, 26 Feb 2012 09:44:27 -0800 (PST) Received: from debian.x201.phnet (51-234.197-178.cust.bluewin.ch. [178.197.234.51]) by mx.google.com with ESMTPS id s48sm47652002eem.0.2012.02.26.09.44.25 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Feb 2012 09:44:26 -0800 (PST) Message-ID: <4F4A6F77.7010002@gmail.com> Date: Sun, 26 Feb 2012 18:44:23 +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: The development of GNU GRUB Subject: Re: Fix for pkgdatadir grub-mkconfig_lib in all util scripts and grub.d scripts References: <4F42DDF4.5080204@gmail.com> In-Reply-To: <4F42DDF4.5080204@gmail.com> 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: 74.125.83.41 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: Sun, 26 Feb 2012 17:44:32 -0000 On 21.02.2012 00:57, Grégoire Sutre wrote: > 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? > It seems that the guys on autoconf ML use another convention for pkgdatadir/pkglibdir. So I made GRUB to behave more like what autoconf guys told me. I didn't use any of supplied patches since sed is faster than checking a patch by hand. > 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 -- Regards Vladimir 'φ-coder/phcoder' Serbinenko