[Libreoffice-commits] core.git: solenv/bin
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Sat Jan 14 16:03:07 UTC 2017
solenv/bin/macosx-codesign-app-bundle | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9505fc0822ea28864c2773d63220a59b014d3406
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Sat Jan 14 17:01:54 2017 +0100
cosmetics: no need for that echo when using codesign with --verbose
Change-Id: I7e51445e890bd1ed5bcafb9cc713c6f5fad24631
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index 6db54cd..50057b6 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -39,7 +39,6 @@ fi
# order matters/screws things up otherwise
find -d "$APP_BUNDLE" \( -name '*.jnilib' \) ! -type l |
while read file; do
- echo "signing $file"
id=`echo ${file#${APP_BUNDLE}/Contents/} | sed -e 's,/,.,g'`
codesign --verbose --identifier=$MACOSX_BUNDLE_IDENTIFIER.$id --sign "$MACOSX_CODESIGNING_IDENTITY" "$file" || exit 1
done
More information about the Libreoffice-commits
mailing list