From bb068e46f02c8244af00bd8beb4b70e95fb9e311 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 14 Mar 2019 11:07:05 -0400 Subject: Cirrus: Verify manpages for all subcommands exist fixes #2630 Signed-off-by: Chris Evich --- contrib/gate/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gate') diff --git a/contrib/gate/entrypoint.sh b/contrib/gate/entrypoint.sh index e16094cc0..0189cf7c5 100755 --- a/contrib/gate/entrypoint.sh +++ b/contrib/gate/entrypoint.sh @@ -10,6 +10,6 @@ # Working from a copy avoids needing to perturb the actual source files mkdir -p "$GOSRC" /usr/bin/rsync --recursive --links --quiet --safe-links \ - --perms --times "${SRCPATH}/" "${GOSRC}/" + --perms --times --delete "${SRCPATH}/" "${GOSRC}/" cd "$GOSRC" make "$@" -- cgit v1.2.3-54-g00ecf