diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-02 10:39:32 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-02 10:39:32 +0200 |
commit | 1f04735705bcca35b2893fe6a835d91cf715ff19 (patch) | |
tree | fab25d1c0ee3b5f41645448a0031cbe1d9cc1a84 /Makefile.in | |
parent | dc6fda0795cc9401423a7f9f88e50336e050b75e (diff) |
Cosmetics
Change-Id: Idbc7bd8ac3bca6b0a2d5e893de9a41cba8110c54
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5e5d29b1746c..c0425f8db6e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -371,7 +371,7 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) # # Sign the app bundle as a whole (will sign the soffice binary) # -# The soffice binary will have been signed after linking but it needs +# The soffice binary will have been signed after linking but it needs # to be re-signed as it has been renamed, or modified, or something # after linking. codesign --force --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) $(DEVINSTALLDIR)/opt/LibreOffice.app |