From 795a89a43e935a12675a55dce9739cd06a748d9e Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 25 Jun 2023 23:42:18 -0700 Subject: [PATCH] dev/core#4392 - Distribute civicrm_data files --- distmaker/dists/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index c3495ead65..f5199898a3 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 mixin 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 sql/civicrm_data ; do [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir" done -- 2.25.1