diff options
author | Andras Timar <atimar@suse.com> | 2012-01-31 16:02:11 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-31 16:43:21 +0100 |
commit | 60d053af86dc69535facb375992639e550d8f97b (patch) | |
tree | 6501fcd84165f90b865161d65dcd294695426df9 /odk | |
parent | a7b44da99409a7a378fb0a6b19961ca30df8d852 (diff) |
look for /Applications/LibreOffice.app on Mac
Diffstat (limited to 'odk')
-rwxr-xr-x | odk/configure.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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" } |