fix composer.phar not finding the composer.json file

This commit is contained in:
jkaberg 2014-08-11 17:44:30 +02:00
parent d324f0981a
commit 51bb781ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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?