summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYunusemre Şentürk <yunusemre@collabora.com>2020-07-06 11:09:54 +0300
committerAndras Timar <andras.timar@collabora.com>2020-07-06 10:41:14 +0200
commit187aefb6269b403b3029907c6b8e6dfb7374e849 (patch)
tree1f834b80df1b0b936308db61860c0a57c2f17cda /Makefile.am
parent97b82b5decb28dc26f989d18bf8dcd19f79e2cef (diff)
Fix lool user control issue on packaging
Change-Id: I1e75279f955a74da5f167dff4648d142af51ab1b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98192 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fbb1edb55..2f6761771 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -322,7 +322,7 @@ EXTRA_DIST = discovery.xml \
scripts/unocommands.py \
$(man_MANS)
-CLEANUP_COMMAND=if test -s ./loolwsd; then echo "Cleaning up..." && ./loolwsd --cleanup --o:logging.level=trace; fi
+CLEANUP_COMMAND=if test -s ./loolwsd; then echo "Cleaning up..." && ./loolwsd --disable-lool-user-checking --cleanup --o:logging.level=trace; fi
if HAVE_LO_PATH