Skip to content

Commit

Permalink
libreoffice: Remove stupid root check
Browse files Browse the repository at this point in the history
```
[BEE] <= leaving mee_configure() ..
[BEE] => entering mee_build() ..
[BEE] make -j62

No. You make ME a sandwich.

Makefile:58: recipe for target 'check-if-root' failed
make: *** [check-if-root] Error 1
```
  • Loading branch information
pmenzel committed May 11, 2017
1 parent f8adbf8 commit 1576368
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 @@ -88,6 +88,8 @@ mee_configure() {
--with-system-postgresql \
--with-system-serf \
--with-system-zlib
sed -i 's/all: check-if-root build/all: build/g' ${B}/Makefile
sed -i 's/bootstrap: check-if-root compilerplugins/all: compilerplugins/g' ${B}/Makefile
}

mee_build() {
Expand Down

0 comments on commit 1576368

Please sign in to comment.