diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-08-21 22:43:26 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-21 20:54:09 +0700 |
commit | cc9379660fce9561232051e4a699de2b7cd244a5 (patch) | |
tree | 9ba8dbf972370ca41549d32fe9e57c3cfaf860ba /office/LibreOffice/no-check-if-root.diff | |
parent | 8356508ff56fc9ec9aeb2a4d6e048f5b18019da3 (diff) |
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>
Diffstat (limited to 'office/LibreOffice/no-check-if-root.diff')
-rw-r--r-- | office/LibreOffice/no-check-if-root.diff | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/office/LibreOffice/no-check-if-root.diff b/office/LibreOffice/no-check-if-root.diff index 946526c69ce21..8dfe755d13de6 100644 --- a/office/LibreOffice/no-check-if-root.diff +++ b/office/LibreOffice/no-check-if-root.diff @@ -1,10 +1,11 @@ ---- Makefile.orig 2020-12-13 08:04:37.172000000 +1000 -+++ Makefile 2020-12-13 08:04:58.538000000 +1000 -@@ -63,7 +63,6 @@ - echo; \ - echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \ - echo; \ -- exit 1; \ +--- 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 - gb_Side ?= host |