Skip to content

Commit

Permalink
libreoffice: Remove outdated workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed May 17, 2017
1 parent 4c78a0c commit 9400b6f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions libreoffice.be0
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,9 @@ mee_configure() {
sed -i 's/bootstrap: check-if-root compilerplugins/all: compilerplugins/g' ${B}/Makefile
}

mee_build() {
# https://bugs.documentfoundation.org/show_bug.cgi?id=100453
chmod 755 ${S}/bin/unpack-sources
bee_build
}
#mee_build() {
# bee_build
#}

mee_install() {
start_cmd make ${BEE_MAKEFLAGS} distro-pack-install DESTDIR=${D}
Expand Down

0 comments on commit 9400b6f

Please sign in to comment.