From 51bb781ffd15b8674e089c758385664e643276df Mon Sep 17 00:00:00 2001 From: jkaberg Date: Mon, 11 Aug 2014 17:44:30 +0200 Subject: [PATCH] fix composer.phar not finding the composer.json file --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 242a4fc4..6801681f 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -40,6 +40,6 @@ fi # Currently the mail app dosnt ship with the dependencies, so we need to install them curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/lib/owncloud/apps/mail -php /usr/local/lib/owncloud/apps/mail/composer.phar install +php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/local/lib/owncloud/apps/mail # TODO: enable mail app in ownCloud config?