From 62da86654475beb1bf86f4746d1f311832f49b32 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 22 Sep 2016 00:35:33 -0400 Subject: [PATCH] CRM-19384 - distmaker - Publish README.md in tarballs --- distmaker/dists/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index 1aa2090e43..b3096060ce 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -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 -- 2.25.1