Skip to content

Commit

Permalink
libreoffice: Add command openoffice for backward compatibilty
Browse files Browse the repository at this point in the history
See *[libreoffice] openoffice symlink not found* in the helpdesk inbox.
  • Loading branch information
pmenzel committed May 17, 2017
1 parent 66512d9 commit 4c78a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libreoffice.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'

Expand Down

0 comments on commit 4c78a0c

Please sign in to comment.