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

New commits:
commit 033a68c49fe2b8aa397832d92d400eb0259ea809
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Sep 5 15:15:59 2018 +0200
Commit:     Noel Grandin <noel.gran...@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 <t...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to