From a60af141111f2e4ac8b077ff63eba15140cc694a Mon Sep 17 00:00:00 2001 From: massyas Date: Fri, 27 Apr 2018 10:37:57 +0200 Subject: [PATCH] Trying to fix composer install --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3aa3ac6..16e1c17 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -39,7 +39,7 @@ init_composer() { || ynh_die "Unable to install Composer" # install composer.json - cp "${destdir}/composer.json-dist" "${destdir}/composer.json" + #cp "${destdir}/composer.json-dist" "${destdir}/composer.json" # update dependencies to create composer.lock exec_composer "$destdir" install --no-dev \