From 1dbbc5acc7d51adc363c2b43a24afae4b17971a6 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 20 May 2019 13:31:39 +0200 Subject: 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 Tested-by: Samuel Mehrbrodt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3