From: Debian LibreOffice Maintainers Date: Tue, 28 Nov 2023 19:36:58 +0000 (+0100) Subject: no-check-if-root X-Git-Tag: archive/raspbian/1%7.0.4-4+rpi1+deb11u8^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9507cb98a9228d45102239d53911c23ef0f9f97;p=libreoffice.git no-check-if-root Gbp-Pq: Name no-check-if-root.diff --- diff --git a/Makefile.in b/Makefile.in index 6af416b8a2f..aba1c0649da 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,14 +58,6 @@ else # MAKE_RESTARTS .DEFAULT_GOAL := build -check-if-root: - @if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup && ! grep -q 'libpod_parent' /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