vasabi: make rsync of bindir safer
authorMichael Adam <obnox@samba.org>
Mon, 20 Apr 2015 09:40:08 +0000 (11:40 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 20 Apr 2015 09:42:02 +0000 (11:42 +0200)
commit7eb4ac1fece4147d770f5ca19f8fa46a0f165d3a
treec7e9b7c12e6c59c447895b73372c1bc6da908230
parent40063e6fb3beb9cd04973b12c31891d069e625f7
vasabi: make rsync of bindir safer

explicit target dir and use trailing slashes to
copy contents.

This should make the command more robust and prevent
it from deleting/overwriting the src dir in corner cases.
(*cough* ...)

Signed-off-by: Michael Adam <obnox@samba.org>
script/samba-build.py