CRM-14893 fix - "partials" directory should be included in tar-balls
authormonishdeb <monish.deb@webaccessglobal.com>
Tue, 24 Jun 2014 18:25:24 +0000 (23:55 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Tue, 24 Jun 2014 18:25:24 +0000 (23:55 +0530)
https://issues.civicrm.org/jira/browse/CRM-14893

distmaker/dists/common.sh

index 04e4db3ff12ef884c9a0767e8398b6dbeadd75b4..4a460239ae3f00e6654d1746d579e2f23f94fc3b 100644 (file)
@@ -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