|
From: | Stuart Hughes |
Subject: | Re: [Ltib] skipping incompatible /lib/libc.so.6 |
Date: | Tue, 03 Jan 2012 08:44:04 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Lightning/1.0b2 Thunderbird/3.1.16 |
Hi Jim, base_libs.spec is the one you probably need to get fixed (it's rare to actually build glibc, the preference is to use the components out of the toolchain). Anyhow, can you try changing the _expression_ to: perl -w -e '
@ARGV = grep { `file $_` =~ m,ASCII (?:C
program|English) text, } @ARGV;
exit(0) unless @ARGV;
$^I = ".bak";
while(<>) {
s,[\S/]+/,,g if m,^GROUP,;
print;
}
Let me know if this works. Regards, Stuart On 02/01/12 20:09, James Newell wrote: PS. I forgot it's in the dist/lfs-5.1/base_libs/base_libs.spec file too. |
[Prev in Thread] | Current Thread | [Next in Thread] |