[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - solenv/bin

Tor Lillqvist tml at collabora.com
Wed Jan 29 13:35:40 PST 2014


 solenv/bin/macosx-codesign-app-bundle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 890611a6f55e49e9784765ef013237931da469c9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 29 23:34:39 2014 +0200

    In this branch $ENABLE_MACOSX_SANDBOX is YES when set, not TRUE
    
    Change-Id: I6bdbdc93957d47c392276a975a2500d6c3ce6aaf

diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index a0423df..4197780 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -76,7 +76,7 @@ done
 # (bootstraprc and similar that the user might adjust and image files)
 # See also https://developer.apple.com/library/mac/technotes/tn2206/
 
-if test "$ENABLE_MACOSX_SANDBOX" = "TRUE"; then
+if test "$ENABLE_MACOSX_SANDBOX" = "YES"; then
     entitlements="--entitlements $BUILDDIR/lo.xcent"
 fi
 


More information about the Libreoffice-commits mailing list