From: Debian LibreOffice Maintainers Date: Mon, 7 May 2018 13:47:22 +0000 (+0100) Subject: no-check-if-root X-Git-Tag: archive/raspbian/1%6.0.4-1+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df6b71dee53126e5aae709d887444dee13fb4fc1;p=libreoffice.git no-check-if-root Gbp-Pq: Name no-check-if-root.diff --- diff --git a/Makefile.in b/Makefile.in index a1d6a675d7e..51ecb51d3c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,14 +58,6 @@ else # MAKE_RESTARTS all: build -check-if-root: - @if test `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \ - echo; \ - echo 'No. You make ME a sandwich.'; \ - echo; \ - exit 1; \ - fi - gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk @@ -254,7 +246,7 @@ endif # # Bootstrap # -bootstrap: check-if-root compilerplugins +bootstrap: compilerplugins # # Build