diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-01-12 13:09:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-01-12 13:10:01 +0200 |
commit | d2f5da94188a7db8a5815130caadaccd806a1826 (patch) | |
tree | c109aebb35150cfeb9678a18252224e44538466f | |
parent | 1120256f89b62eea3a28ecfd17d4f5e60778b420 (diff) |
Update comment to match reality
Change-Id: I0b4ee6377aac984b7acf7085ac43cad3d088612d
-rwxr-xr-x | solenv/bin/macosx-codesign-app-bundle | 6 |
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; } |