From: Debian LibreOffice Maintainers Date: Tue, 10 Jul 2018 19:07:55 +0000 (+0100) Subject: no-check-if-root X-Git-Tag: archive/raspbian/1%6.0.6_rc1-1+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a6fd1511d319cada811ccbcc8c02df3f4eba4eac;p=libreoffice.git no-check-if-root Gbp-Pq: Name no-check-if-root.diff --- diff --git a/Makefile.in b/Makefile.in index 6b2d4fcc9f2..5e430a029ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,14 +59,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 @@ -255,7 +247,7 @@ endif # # Bootstrap # -bootstrap: check-if-root compilerplugins +bootstrap: compilerplugins # # Build