Comment 4 for bug 296993

Revision history for this message
Thomas Detoux (detoux) wrote :

Thanks David,

But I have bad news, the users of the forum that pointed me the problem told me that my patch didn't work as expected. It doesn't copy the hidden files. As these people wanted to use this hack to copy config files (ie hidden), this doesn't work at all.

To make it copy the right files, I'll had to change the cp line with :

cp -rT /etc/skel/ "$HOME"

Here is a patch against my previous version (ie the one now in your branch if I followed correctly).