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:
parent
5a40ea9210
commit
edf9dae357
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ extract_roundcube() {
|
||||||
|
|
||||||
# apply patches
|
# apply patches
|
||||||
(cd "$DESTDIR" \
|
(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"
|
|| ynh_die "Unable to apply patches to Roundcube"
|
||||||
|
|
||||||
# copy composer.json-dist for Roundcube with complete dependencies
|
# copy composer.json-dist for Roundcube with complete dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue