forked from Lainports/freebsd-ports
www/onlyoffice-documentserver: Fix onlyoffice username
This file needs to be changed too.
This commit is contained in:
parent
54d51fc319
commit
5fe18fe48d
2 changed files with 16 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= onlyoffice-documentserver
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES+= LOCAL/mikael/v8/:source1 \
|
||||
LOCAL/mikael/onlyoffice/:source2 \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
--- document-server-package/common/documentserver/bin/documentserver-generate-allfonts.sh.m4.orig 2022-01-19 20:22:54 UTC
|
||||
+++ document-server-package/common/documentserver/bin/documentserver-generate-allfonts.sh.m4
|
||||
@@ -20,9 +20,9 @@ echo -n Generating AllFonts.js, please wait...
|
||||
--output-web="$DIR/fonts"\
|
||||
--use-system="true"
|
||||
|
||||
-chown -R ds:ds "$DIR/sdkjs"
|
||||
-chown -R ds:ds "$DIR/server/FileConverter/bin"
|
||||
-chown -R ds:ds "$DIR/fonts"
|
||||
+chown -R onlyoffice:onlyoffice "$DIR/sdkjs"
|
||||
+chown -R onlyoffice:onlyoffice "$DIR/server/FileConverter/bin"
|
||||
+chown -R onlyoffice:onlyoffice "$DIR/fonts"
|
||||
|
||||
echo Done
|
||||
|
||||
Loading…
Add table
Reference in a new issue