From 60d053af86dc69535facb375992639e550d8f97b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 31 Jan 2012 16:02:11 +0100 Subject: look for /Applications/LibreOffice.app on Mac --- odk/configure.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odk') diff --git a/odk/configure.pl b/odk/configure.pl index 533c881cb764..4749238af8d2 100755 --- a/odk/configure.pl +++ b/odk/configure.pl @@ -620,6 +620,9 @@ sub searchprog sub searchMacOffice { + if (-d "/Applications/LibreOffice.app" ) { + return "/Applications/LibreOffice.app" + } if (-d "/Applications/OpenOffice.org.app" ) { return "/Applications/OpenOffice.org.app" } -- cgit