slackbuilds_ponce/office/LibreOffice/no-check-if-root.diff
Christoph Willing cc9379660f
office/LibreOffice: Updated for version 7.2.0.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-21 20:54:09 +07:00

11 lines
272 B
Diff

--- Makefile.orig 2021-08-21 10:12:14.335000000 +1000
+++ Makefile 2021-08-21 10:13:38.458000000 +1000
@@ -65,7 +65,7 @@
echo; \
echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \
echo; \
- exit 1; \
+# exit 1; \
fi \
fi