CRM-19384 - distmaker - Publish README.md in tarballs
authorTim Otten <totten@civicrm.org>
Thu, 22 Sep 2016 04:35:33 +0000 (00:35 -0400)
committerTim Otten <totten@civicrm.org>
Thu, 22 Sep 2016 04:35:33 +0000 (00:35 -0400)
distmaker/dists/common.sh

index 1aa2090e438ded15abb5e8ced5fe6a823912f00f..b3096060cec14cb96fd9b297232ebfc4abcd5a05 100644 (file)
@@ -69,8 +69,8 @@ function dm_install_core() {
     [ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir"
   done
 
-  dm_install_files "$repo" "$to" {agpl-3.0,agpl-3.0.exception,gpl,README,CONTRIBUTORS}.txt
-  dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php
+  dm_install_files "$repo" "$to" {agpl-3.0,agpl-3.0.exception,gpl,CONTRIBUTORS}.txt
+  dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php README.md
 
   mkdir -p "$to/sql"
   pushd "$repo" >> /dev/null