1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

[fix] use prefer-dist for composer upgrade

This prevents composer from attempting to 'git clone' the net_sieve module
This commit is contained in:
julienmalik 2016-05-25 10:56:04 +02:00
parent b05204ef63
commit eb96ca839a

View file

@ -65,7 +65,7 @@ sudo chown -R www-data: "$DESTDIR"
# Check if dependencies need to be updated with composer
if [[ -f ${DESTDIR}/composer.json ]]; then
exec_composer www-data "$DESTDIR" update --no-dev
exec_composer www-data "$DESTDIR" update --no-dev --prefer-dist
else
init_composer "$DESTDIR" www-data
fi