script/autobuild.py: use more portable 'cp -R -a -l'
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Feb 2020 22:59:00 +0000 (23:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 2 Apr 2020 06:01:39 +0000 (06:01 +0000)
commit0312a10e09d8dc1295a4a80493761e91031e88e7
treeb46dddfd9239d702ba63a77b8c6847a92d8f0c39
parentf9374d0a4ecc11acc46884feec28d138accc6dab
script/autobuild.py: use more portable 'cp -R -a -l'

On platforms like FreeBSD 12 cp doesn't accept the long options,
using the one letter options works there and keeps working on Linux
as well.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py