solenv/bin/macosx-codesign-app-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5892c6b2268b5b2290faca9cbdb2807f6a810d96 Author: Norbert Thiebaud <nthieb...@gmail.com> Date: Fri Apr 22 12:26:03 2016 -0500 gengal is not s script anymore so it is already signed on mac 69858a99c9b566303551a1bff91172917c5d624f removed the script layer around a gengal.bin so there is no gengal 'script' anymore and gengal is a binary that was signed at link already. remove the exception that force a sign of gengal as a 'script' which caused an error due to re-signing. Change-Id: Ie22efceb8e5ab20018be784968487917c6f0a95e Reviewed-on: https://gerrit.libreoffice.org/24306 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com> diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle index ff6397a..afd3e68 100755 --- a/solenv/bin/macosx-codesign-app-bundle +++ b/solenv/bin/macosx-codesign-app-bundle @@ -60,7 +60,7 @@ done # Code Signing In Depth" suggests we should get rid of them rather sooner than # later, but they appear to be OK for now): -for i in gengal python senddoc unoinfo +for i in python senddoc unoinfo do if [ -f "$APP_BUNDLE/Contents/MacOS/$i" ] then _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits