upgpkg: roundcubemail-git 1.4.rc1.r37.gc7677a572-1
split prepare and build correctly
This commit is contained in:
parent
55d9d2e7c9
commit
d334b437ec
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ prepare() {
|
||||||
sed -i 's!"dest": "program/js/tinymce"!"dest": "program/js/tinymce/langs"!' jsdeps.json
|
sed -i 's!"dest": "program/js/tinymce"!"dest": "program/js/tinymce/langs"!' jsdeps.json
|
||||||
|
|
||||||
mv composer.json-dist composer.json
|
mv composer.json-dist composer.json
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
build(){
|
||||||
php -d extension=gd.so /usr/bin/composer install --no-dev
|
php -d extension=gd.so /usr/bin/composer install --no-dev
|
||||||
bin/install-jsdeps.sh
|
bin/install-jsdeps.sh
|
||||||
bin/jsshrink.sh
|
bin/jsshrink.sh
|
||||||
|
|
Loading…
Reference in a new issue