stosss wrote:
> On Tue, Apr 13, 2010 at 12:51 AM, Chris Staub <[email protected]> wrote:
>> On 04/13/2010 12:36 AM, stosss wrote:
>>> Did you make a typo in your change? See below.
>>>
>>>> -<screen><userinput remap="install">mv -v /usr/lib/libz.so* /lib
>>>> +<screen><userinput remap="install">mv -v /usr/lib/libz.so.* /lib
>>>>   ln -sfv ../../lib/libz.so.&zlib-version; 
>>>> /usr/lib/libz.so</userinput></screen>
>>>                                   ^^^^^^
>> What is it you're pointing out? To me, it seems you're pointing to the
>> "-version" part, but that line wasn't changed anyway.
> 
> Is the _&_ supposed to be there instead of the _*_ ? I have no idea if
> it is right or not.

&zlib-version; is an entity.  It's current value is 1.2.4 and will this 
result in the following line when rendered.

ln -sfv ../../lib/libz.so.1.2.4 /usr/lib/libz.so

    -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to