From a93b33196d845665b29dc9b5eeeea46dbfca5d17 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 15 Oct 2022 07:52:01 +1100 Subject: [PATCH] [REF] Remove Reference to now moved CONTRIBUTORS.txt file blocking building --- 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 1f704f9bd9..c3495ead65 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -81,7 +81,7 @@ 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,CONTRIBUTORS}.txt + dm_install_files "$repo" "$to" {agpl-3.0,agpl-3.0.exception,gpl}.txt dm_install_files "$repo" "$to" composer.json composer.lock package.json Civi.php README.md release-notes.md extension-compatibility.json guzzle_php81_shim.php mkdir -p "$to/sql" -- 2.25.1