From d334b437ecbde3566267cff6893ce56c82b2ff3b Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 17 Jan 2020 06:23:46 +0100 Subject: [PATCH] upgpkg: roundcubemail-git 1.4.rc1.r37.gc7677a572-1 split prepare and build correctly --- roundcubemail-git/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roundcubemail-git/PKGBUILD b/roundcubemail-git/PKGBUILD index a52ddbe..d447cf2 100644 --- a/roundcubemail-git/PKGBUILD +++ b/roundcubemail-git/PKGBUILD @@ -36,6 +36,10 @@ prepare() { sed -i 's!"dest": "program/js/tinymce"!"dest": "program/js/tinymce/langs"!' jsdeps.json mv composer.json-dist composer.json + +} + +build(){ php -d extension=gd.so /usr/bin/composer install --no-dev bin/install-jsdeps.sh bin/jsshrink.sh