summaryrefslogtreecommitdiffstats
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:55 -0300
commitdb5f7d3b7a70b13759e969734cf670423c40ad62 (patch)
treef0950fe6bf6cd40a8a4d6cffc113d2a88d162cbf
parent81fb072cb02bfb44a879c8d4eef30d0da40842fb (diff)
downloadpfsense-db5f7d3b7a70b13759e969734cf670423c40ad62.zip
pfsense-db5f7d3b7a70b13759e969734cf670423c40ad62.tar.gz
Fix rsync pattern
-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 11442ee..c9e2eb5 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1980,7 +1980,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