[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist
tml at collabora.com
Thu Jan 12 11:10:30 UTC 2017
solenv/bin/macosx-codesign-app-bundle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d2f5da94188a7db8a5815130caadaccd806a1826
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Jan 12 13:09:42 2017 +0200
Update comment to match reality
Change-Id: I0b4ee6377aac984b7acf7085ac43cad3d088612d
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index c2a6db3f..7faeb4a 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -1,8 +1,8 @@
#!/bin/bash
-# Script to sign executables, dylibs and frameworks in an app bundle
-# plus the bundle itself. Called from
-# the test-install target in Makefile.in
+# Script to sign executables, dylibs and frameworks in an app bundle plus the bundle itself. Called
+# from installer::simplepackage::create_package() in solenv/bin/modules/installer/simplepackage.pm
+# and the test-install target in Makefile.in.
test `uname` = Darwin || { echo This is for OS X only; exit 1; }
More information about the Libreoffice-commits
mailing list