From 04e5df15fbe2ecebd288e100750fa548816d25c7 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 15 Feb 2018 13:16:36 -0800 Subject: [PATCH] distmaker - Include xml schema in tarballs --- 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 24c7e71049..64fbf04260 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -65,7 +65,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 ; do + for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials release-notes xml ; do [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir" done -- 2.25.1