On Apr 19, 2014, at 4:00 AM, Pontus Karlsson wrote:

> 2. Read the archlibexp and use that path instead:
>     mkdir -pv $(grep archlibexp lib/Config.pm | cut -d"'" -f2)
>     cp -Rv lib/* $(grep archlibexp lib/Config.pm | cut -d"'" -f2)
>
...
>
> But as long as no Perl modules are required while constructing the  
> temporary system there might be no need to make these adjustments.

I would agree with this.

Even though LFS is not going to be installing multiple architectures  
to the target directory, when you run make install of perl there will  
be an architecture directory there.

It would be proper to have:

mkdir -pv $(grep archlibexp lib/Config.pm | cut -d"'" -f2)
cp -Rv lib/* $(grep archlibexp lib/Config.pm | cut -d"'" -f2)

Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to