On 09/21/2016 09:51 PM, rhubarbpie...@gmail.com wrote:
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/


No, the path is given relative to the created link, not from the directory you are currently in.

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