Andrew, Great LibreOffice page you edited! Thank you very much again.
Learned several new things in the page. use of scripts, instead of links, uncompress inside the core directory are just two. Have to change my script accordingly. Two observations follows. 1. There is a printer administration program with LO. Wouldn't you find it to be useful? 2. I think the instruction ... mkdir src; cp ../libre-office-downloads/* src at the end of mkdir -p ../libre-office-downloads ... will fail, as a tmp directory is always created under src, i.e., either rm -rf ../libre-office-downloads/tmp after cp -rf src/* ../libre-office-downloads && or, simply ... mkdir src; cp -rf ../libre-office-downloads/* src in command explanations. It is a minor problem but wrote just FYI, as you said it is a draft which will be edited. []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page