summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-05 14:59:50 -0300
committerRenato Botelho <renato@netgate.com>2016-07-05 15:00:40 -0300
commitb282aa146b2a1d500ab1340fa2ddae154f96a367 (patch)
treeeca135b36b5858e76987908636eecf149396abd6 /tools
parent86ac7cde8bf03b627125dfffdcd2a1fe9f8f2a3d (diff)
downloadpfsense-b282aa146b2a1d500ab1340fa2ddae154f96a367.zip
pfsense-b282aa146b2a1d500ab1340fa2ddae154f96a367.tar.gz
Fix rsync pattern
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index fd9d72a..0095936 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1760,7 +1760,7 @@ pkg_repo_rsync() {
# Send .real* directories first to prevent having a broken repo while transfer happens
local _cmd="rsync -Have \"ssh -p ${PKG_FINAL_RSYNC_SSH_PORT}\" \
--timeout=60 ${PKG_RSYNC_DESTDIR}/./${_repo_base%%-core}* \
- --include=\"/*\" --include=\"*/.real*\" --include=\"*/.real*/*\" \
+ --include=\"/*\" --include=\"*/.real*\" --include=\"*/.real*/***\" \
--exclude=\"*\" \
${PKG_FINAL_RSYNC_USERNAME}@${PKG_FINAL_RSYNC_HOSTNAME}:${PKG_FINAL_RSYNC_DESTDIR}"
OpenPOWER on IntegriCloud