solenv/bin/macosx-codesign-app-bundle |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d2f5da94188a7db8a5815130caadaccd806a1826
Author: Tor Lillqvist <t...@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; }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to