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

[fix] sudo for the patch installto.sh

This commit is contained in:
magikcypress 2017-06-18 17:25:47 +02:00
parent 5a40ea9210
commit edf9dae357
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -46,7 +46,7 @@ extract_roundcube() {
# apply patches
(cd "$DESTDIR" \
&& for p in ${PKGDIR}/patches/*.patch; do patch -p1 < $p; done) \
&& for p in ${PKGDIR}/patches/*.patch; do sudo patch -p1 < $p; done) \
|| ynh_die "Unable to apply patches to Roundcube"
# copy composer.json-dist for Roundcube with complete dependencies