Perhaps I'm reading this wrong, but it seems we have two too many ../'s in the following: install -dm755 external/tarballs && ln -sv ../../../libreoffice-dictionaries-5.2.1.2.tar.xz external/tarballs/ && ln -sv ../../../libreoffice-help-5.2.1.2.tar.xz external/tarballs/

The documentation mentions the libreoffice-5.2.1.2 directory.  Should the lines 
be:

ln -sv ../libreoffice-dictionaries-5.2.1.2.tar.xz external/tarballs/ && ln -sv ../libreoffice-help-5.2.1.2.tar.xz external/tarballs/

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

Reply via email to