summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-20 13:31:39 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-21 17:29:15 +0200
commit1dbbc5acc7d51adc363c2b43a24afae4b17971a6 (patch)
treed808ed0b639a8459ff74c44b09ec8b2edee95f82
parent936f3a143520c5a8c72fd0976c88580d3393d034 (diff)
Change package name to "libreoffice-online" instead of "loolwsd"
The name on master is "loolwsd" while the official relase branches (libreoffice-6-2 e.g.) have "libreoffice-online". This leads to various issues, e.g. some scripts expect the config files to be in /etc/loolwsd while changing the name also changes that folder name to /etc/libreoffice-online. So at least docker builds from the release branches don't work. The package name should be consistent, either we use "libreoffice-online" on master also, or we change the release branches to also use "loolwsd". My preference is to have "libreoffice-online" as the name. "loolwsd" is an internal term and hard to associate with LibreOffice online for "outsiders". Change-Id: I1b1efda2fa6083f1a0d211fd73f1fa062f3286cc Reviewed-on: https://gerrit.libreoffice.org/72590 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9fd6bfaee..2a2f3e231 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.63])
-AC_INIT([loolwsd], [master], [libreoffice@lists.freedesktop.org])
+AC_INIT([libreoffice-online], [master], [libreoffice@lists.freedesktop.org])
LT_INIT([shared, disable-static, dlopen])
AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability])