On Tue, 10 Apr 2012 13:06:03 +0100
Fernando de Oliveira <fam...@yahoo.com.br> wrote:

> 1. There is a printer administration program with LO. Wouldn't you find it to 
> be useful?

Yes, I think you're right. I've not done it yet because it will need a
padmin.desktop file created separately from the other .desktop files.

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

This is what I do in my own scripts.
 
> or, simply 
> 
>     ... mkdir src; cp -rf ../libre-office-downloads/* src
> 
> in command explanations.

This is what I chose to put in the book.

> It is a minor problem but wrote just FYI, as you said it is a draft which 
> will be edited.
> 

Thanks again for all the work you've done on this. I think the page is
reasonable now. I'm sure it will be improved in the years to come.

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

Reply via email to