summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-12 00:43:05 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-12 00:43:42 +0300
commit43638d8428abb8358a703247651fbfc72e47ff72 (patch)
tree88cd6dd403ba4abaf7f54f50a14ffda5a2733da2 /Makefile.in
parent388edde56431d2cfc0583aabb47c2d766139cc0c (diff)
Typo
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0080a10390c4..9f5dd1af3186 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -288,7 +288,7 @@ ifeq ($(OS_FOR_BUILD),WNT)
else
@ooinstall $(TESTINSTALLDIR)
ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
- @macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELASE_BUILD),,Dev).app
+ @macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app
endif
endif
@$(call gb_Top_InstallFinished,Test Installation,$(TESTINSTALLDIR))