summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2016-04-22 12:26:03 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2016-04-22 18:02:08 +0000
commit5892c6b2268b5b2290faca9cbdb2807f6a810d96 (patch)
treee90599f15f4e63851bb1c9ee806771299fc34a60 /solenv
parentd95a98b06c9c94de3cf43f28ad3fde95425c24f7 (diff)
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 <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/macosx-codesign-app-bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index ff6397a46421..afd3e6829765 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