user/onlyoffice-document-server: new aport #264

Closed
ayakael wants to merge 21 commits from onlyoffice/initial into edge
Showing only changes of commit 411a576e7e - Show all commits

View file

@ -59,9 +59,10 @@ prepare() {
build() {
export PATH="$PATH:$srcdir/npm_cache/bin"
msg "Building 3rdparty"
cd "$builddir"/core/Common/3dParty
./make.sh
msg "Building core"
cd "$builddir"/build_tools
./configure.py --update 0 --module "core"
./make.py
msg "Building webapps"
cd "$builddir"/web-apps/build
npm install