On 22/10/12 09:22, Armin K. wrote:
> Dana 21.10.2012 22:37, Wayne Blaszczyk je napisao:
>> Hi All,
>>
>> The following instruction creates a file called docbook-xsl-1.77.1
>> rather than a directory.
>>
>> install -v -m644 -D README \
>>                      /usr/share/doc/docbook-xsl-1.77.1
>>
>> Should in not be:
>>
>> install -v -m644 -D README \
>>                      /usr/share/doc/docbook-xsl-1.77.1/README.XSL
>>
>> Regards,
>> Wayne.
>>
> 
> I don't really think that it matters how it should be named. It is just 
> plain text file.
> 
No it does matter what the file is called, but it does matter that its
not creating the /usr/share/doc/docbook-xsl-1.77.1/ directory. The
subsequent install command will fail:
install -v -m755    RELEASE-NOTES* NEWS* \
                    /usr/share/doc/docbook-xsl-1.77.1


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

Reply via email to