From: Debian LibreOffice Maintainers Date: Fri, 6 Sep 2019 14:06:05 +0000 (+0100) Subject: no-check-if-root X-Git-Tag: archive/raspbian/1%6.3.2_rc1-1+rpi1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9b771b7b74d3c892eb330dcd3f90ca09e624f9c;p=libreoffice.git no-check-if-root Gbp-Pq: Name no-check-if-root.diff --- diff --git a/Makefile.in b/Makefile.in index 5423596012e..c2f6851fd70 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,14 +59,6 @@ else # MAKE_RESTARTS all: build -check-if-root: - @if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \ - echo; \ - echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \ - echo; \ - exit 1; \ - fi - gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk @@ -268,7 +260,7 @@ endif # # Bootstrap # -bootstrap: check-if-root compilerplugins +bootstrap: compilerplugins # # Build