From: Debian LibreOffice Maintainers Date: Sat, 25 Mar 2023 16:21:53 +0000 (+0000) Subject: no-check-if-root X-Git-Tag: archive/raspbian/1%6.1.5-3+rpi1+deb10u8^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=31f0e1f4d3ac17ea81e27f4661b1d17a0e8b185b;p=libreoffice.git no-check-if-root =================================================================== Gbp-Pq: Name no-check-if-root.diff --- diff --git a/Makefile.in b/Makefile.in index 4c1d09ee77d..9675366ef5a 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 'No. You make ME a sandwich.'; \ - echo; \ - exit 1; \ - fi - gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk @@ -272,7 +264,7 @@ endif # # Bootstrap # -bootstrap: check-if-root compilerplugins +bootstrap: compilerplugins # # Build