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:
parent
fb067e5316
commit
38bb39f738
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue