From 60425dcdb9910b2150b25d4256dfca994556498a Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 12 Nov 2016 13:26:30 +0000 Subject: Allow to bulid as root PR: 214440 Reported by: O. Hartmann --- editors/libreoffice/files/patch-Makefile.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'editors') diff --git a/editors/libreoffice/files/patch-Makefile.in b/editors/libreoffice/files/patch-Makefile.in index b5bb0f95c29c..39b5fb6385a5 100644 --- a/editors/libreoffice/files/patch-Makefile.in +++ b/editors/libreoffice/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2016-10-28 14:50:26 UTC +--- Makefile.in.orig 2016-11-11 12:49:08 UTC +++ Makefile.in -@@ -355,7 +355,7 @@ else - @exit 1 - endif +@@ -52,7 +52,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard --distro-pack-install: install -+distro-pack-install: install-strip - $(SRCDIR)/bin/distro-install-clean-up - $(SRCDIR)/bin/distro-install-desktop-integration - $(SRCDIR)/bin/distro-install-sdk + else # MAKE_RESTARTS + +-all: check-if-root build ++all: build + + check-if-root: + @if test `id -u` = 0; then \ -- cgit