From 6ffe54716c7dc511edf57027a5ca084ac1e294fe 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 e7831ca48a..26aeb13d6c 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