user/onlyoffice-document-server: new aport #264
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue