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

New commits:
commit 31684bb7feae39ea6f936e4f3286da53ae13b94c
Author: Tor Lillqvist <t...@collabora.com>
Date:   Fri Jun 6 14:38:59 2014 +0300

    Use MACOSX_APP_NAME instead of the build-time app bundle name
    
    Change-Id: I447cf96778e56cbc89c7aa7eb066df0bc52b1755

diff --git a/solenv/bin/macosx-codesign-app-bundle 
b/solenv/bin/macosx-codesign-app-bundle
index 532ce5e..d21031a 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -88,8 +88,7 @@ if test "$ENABLE_MACOSX_SANDBOX" = "TRUE"; then
     entitlements="--entitlements $BUILDDIR/lo.xcent"
 fi
 
-id=`basename "$APP_BUNDLE"`
-id=`echo $id | tr ' ' '-'`
+id=`echo ${MACOSX_APP_NAME} | tr ' ' '-'`
 codesign --force --verbose --identifier="${MACOSX_BUNDLE_IDENTIFIER}.$id" 
--resource-rules "$SRCDIR/setup_native/source/mac/CodesignRules.plist" --sign 
"$MACOSX_CODESIGNING_IDENTITY" $entitlements "$APP_BUNDLE"
 
 exit 0
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to