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

[fix] ensure --prefer-dist for composer

This commit is contained in:
Julien Malik 2017-02-03 23:56:39 +01:00
parent fb067e5316
commit 38bb39f738

View file

@ -88,7 +88,7 @@ init_composer() {
cp "${DESTDIR}/composer.json-dist" "${DESTDIR}/composer.json"
# update dependencies to create composer.lock
exec_composer "$AS_USER" "$DESTDIR" install --no-dev \
exec_composer "$AS_USER" "$DESTDIR" install --no-dev --prefer-dist \
|| ynh_die "Unable to update Roundcube core dependencies"
}