From ba5a2579b092aaefd93a6519283df6fd8c795338 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 30 Nov 2021 14:33:28 -0800 Subject: [PATCH] distmaker - Include `mixin/*` files --- distmaker/dists/common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index dcc8e6059d..99a69a757b 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -77,7 +77,7 @@ function dm_install_core() { local repo="$1" local to="$2" - for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials release-notes xml setup ; do + for dir in ang css i js PEAR templates bin CRM api extern Reports install mixin settings Civi partials release-notes xml setup ; do [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir" done @@ -98,6 +98,7 @@ function dm_install_core() { set +e rm -rf $to/sql/civicrm_*.??_??.mysql + rm -rf $to/mixin/*/example set -e } -- 2.25.1