From 1576368c6a70a2d356eff69911332a88e650e890 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 May 2017 14:16:54 +0200 Subject: [PATCH] libreoffice: Remove stupid root check ``` [BEE] <= leaving mee_configure() .. [BEE] => entering mee_build() .. [BEE] make -j62 No. You make ME a sandwich. Makefile:58: recipe for target 'check-if-root' failed make: *** [check-if-root] Error 1 ``` --- libreoffice.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libreoffice.be0 b/libreoffice.be0 index fbab3dd20..82d12776e 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -88,6 +88,8 @@ mee_configure() { --with-system-postgresql \ --with-system-serf \ --with-system-zlib + sed -i 's/all: check-if-root build/all: build/g' ${B}/Makefile + sed -i 's/bootstrap: check-if-root compilerplugins/all: compilerplugins/g' ${B}/Makefile } mee_build() {