[Libreoffice-commits] core.git: Makefile.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 5 16:22:08 UTC 2018


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 033a68c49fe2b8aa397832d92d400eb0259ea809
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Sep 5 15:15:59 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Sep 5 18:21:45 2018 +0200

    improve error message when building as root
    
    Change-Id: I496e439e2f7e24c05f798f1a7ed0081ca0725f5c
    Reviewed-on: https://gerrit.libreoffice.org/60037
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Jenkins

diff --git a/Makefile.in b/Makefile.in
index 324e0af03026..62964a7ccb7d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,7 +62,7 @@ all: build
 check-if-root:
 	@if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \
 		echo; \
-		echo 'No. You make ME a sandwich.'; \
+		echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \
 		echo; \
 		exit 1; \
 	fi


More information about the Libreoffice-commits mailing list