mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fix name of LibreOffice executable file.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8b3ed9bfdc
commit
8031fa3a65
@ -24,8 +24,8 @@ staroffice_console() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_ooffice_executable() {
|
get_ooffice_executable() {
|
||||||
which libreoffice >/dev/null 2>&1 && \
|
which loffice >/dev/null 2>&1 && \
|
||||||
echo "libreoffice" || \
|
echo "loffice" || \
|
||||||
echo "ooffice"
|
echo "ooffice"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user