From 4c78a0c1324cbec90a15849652cbe76d6cb656d9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 17 May 2017 11:47:32 +0200 Subject: [PATCH] libreoffice: Add command `openoffice` for backward compatibilty See *[libreoffice] openoffice symlink not found* in the helpdesk inbox. --- libreoffice.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libreoffice.be0 b/libreoffice.be0 index dafea45ce..332166a0c 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -100,6 +100,8 @@ mee_build() { mee_install() { start_cmd make ${BEE_MAKEFLAGS} distro-pack-install DESTDIR=${D} + # message *[libreoffice] openoffice symlink not found* in helpdesk + start_cmd ln -sv ${D}${BINDIR}/libreoffice ${D}${BINDIR}/openoffice } ## by default this may be 'make install DESTDIR="${D}"'