[Libreoffice-commits] core.git: Makefile.in

Tor Lillqvist tml at iki.fi
Fri Jul 26 08:36:23 PDT 2013


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2be3dcd9cc0f66aec026538baa7299663d9986b0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Jul 26 18:35:36 2013 +0300

    Use BUILDDIR, not SRC_ROOT
    
    Change-Id: I497238fbc8344a1bb8703dfd8090bd4e5c420ff1

diff --git a/Makefile.in b/Makefile.in
index 04add49..79974d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -259,7 +259,7 @@ install-strip:
 	echo "$(INSTALLDIR)/program/soffice"
 
 ifeq ($(ENABLE_MACOSX_SANDBOX),YES)
-entitlements:=--entitlements $(SRC_ROOT)/lo.xcent
+entitlements:=--entitlements $(BUILDDIR)/lo.xcent
 endif
 
 dev-install: build


More information about the Libreoffice-commits mailing list