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.
-- 
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