summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-05-18 07:15:52 +0200
committerAndras Timar <andras.timar@collabora.com>2015-05-18 09:15:19 +0000
commit77b3bd22b208c1764923eaaed267c3dee7447ecb (patch)
treea57aae227478b7295c1dff4acdcdd5f1a9d3e48a
parent3aeeaccccee1178c6f6041405fc230db5acd6862 (diff)
OS X codesign fix (e.g. --disable-python case)
Change-Id: Icf6b2b9722481492a2d8d70af9dbb34b04a40df7 Reviewed-on: https://gerrit.libreoffice.org/15779 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rwxr-xr-xsolenv/bin/macosx-codesign-app-bundle9
1 files changed, 6 insertions, 3 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index 78a7e53a5465..e65d8e63ce3e 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -62,9 +62,12 @@ done
for i in gengal python senddoc unoinfo
do
- codesign --verbose --identifier="$MACOSX_BUNDLE_IDENTIFIER.$i" \
- --sign "$MACOSX_CODESIGNING_IDENTITY" "$APP_BUNDLE/Contents/MacOS/$i" \
- || exit 1
+ if [ -f "$APP_BUNDLE/Contents/MacOS/$i" ]
+ then
+ codesign --verbose --identifier="$MACOSX_BUNDLE_IDENTIFIER.$i" \
+ --sign "$MACOSX_CODESIGNING_IDENTITY" "$APP_BUNDLE/Contents/MacOS/$i" \
+ || exit 1
+ fi
done
# Sign frameworks.
2014-12-15OneDrive binding settingsMihai Varga1-0/+10 2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann1-1/+1 2014-11-19HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORTStephan Bergmann1-0/+3 2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-0/+10 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl1-1/+0 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+0 2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann1-2/+0 2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-11/+0 2014-08-07Handle collada libraries seperately: --disable-colladaZolnai Tamás1-0/+5 2014-07-20add config_vcl to control DevicePixel coordinate base typeNorbert Thiebaud1-0/+14 2014-06-12Introduce HAVE_FEATURE_GLTF