From 84d7e8c1faf8a7e703b3dabcf820f355ec2b9c4f Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Wed, 23 Sep 2015 15:28:53 +0530 Subject: [PATCH] include civi.php in distmaker --- 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 df08ca022b..119b652c61 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -70,7 +70,7 @@ function dm_install_core() { 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 + dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php mkdir -p "$to/sql" pushd "$repo" >> /dev/null -- 2.25.1