From dd6274078ea801499e12b4c571cd7fbcc3ac935d Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 24 Jun 2014 23:55:24 +0530 Subject: [PATCH] CRM-14893 fix - "partials" directory should be included in tar-balls https://issues.civicrm.org/jira/browse/CRM-14893 --- 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 04e4db3ff1..4a460239ae 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -51,7 +51,7 @@ function dm_install_core() { local repo="$1" local to="$2" - for dir in css i js PEAR templates bin CRM api extern Reports install settings Civi ; do + for dir in css i js PEAR templates bin CRM api extern Reports install settings Civi partials ; do [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir" done -- 2.25.1