On Mon, 27.04.2009 at 14:14:07 -0400, Ted Unangst <ted.unan...@gmail.com> wrote:
> The mirror is broken because rsync, in its infinite wisdom, doesn't
> copy directories named *.so.  And since the mirror doesn't have that
> directory, you don't have it either.  Get it from somewhere else.

dtalk has given the right answer already, but you can easily verify
this for yourself:

$ mkdir -p a/some.so b
$ rsync -a a b
$ find a b
a
a/some.so
b
b/a
b/a/some.so
$ 


Kind regards,
--Toni++

Reply via email to