summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-01-12 13:09:42 +0200
committerTor Lillqvist <tml@collabora.com>2017-01-12 13:10:01 +0200
commitd2f5da94188a7db8a5815130caadaccd806a1826 (patch)
treec109aebb35150cfeb9678a18252224e44538466f /solenv
parent1120256f89b62eea3a28ecfd17d4f5e60778b420 (diff)
Update comment to match reality
Change-Id: I0b4ee6377aac984b7acf7085ac43cad3d088612d
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/macosx-codesign-app-bundle6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index c2a6db3fbad9..7faeb4a9b957 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; }