diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-02-08 07:30:25 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:27 +0700 |
commit | c524f83682305f81bc6b0964d4823d54eb6756b1 (patch) | |
tree | 793d724164b88190041840b03d72ca0a3c90697f /office/LibreOffice/no-check-if-root.diff | |
parent | 9413c7b3871955f2bbd0b92a4979a2f1049c2011 (diff) | |
download | slackbuilds-c524f83682305f81bc6b0964d4823d54eb6756b1.tar.gz |
office/LibreOffice: Updated for version 6.0.0.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/no-check-if-root.diff')
-rw-r--r-- | office/LibreOffice/no-check-if-root.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/office/LibreOffice/no-check-if-root.diff b/office/LibreOffice/no-check-if-root.diff index fed2c8bb3d..ff63ada2f7 100644 --- a/office/LibreOffice/no-check-if-root.diff +++ b/office/LibreOffice/no-check-if-root.diff @@ -1,15 +1,15 @@ ---- Makefile.orig 2017-06-23 08:28:09.631227745 +1000 -+++ Makefile 2017-06-23 08:31:02.150234439 +1000 +--- Makefile.orig 2018-02-07 22:18:13.161535968 +1000 ++++ Makefile 2018-02-07 22:17:41.560533422 +1000 @@ -9,7 +9,7 @@ gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot --.PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install distro-pack-install-strip docs download etags fetch findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS) -+.PHONY : all bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install distro-pack-install-strip docs download etags fetch findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS) +-.PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS) ++.PHONY : all bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS) MAKECMDGOALS?=all build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\ -@@ -250,7 +250,7 @@ +@@ -254,7 +254,7 @@ # # Bootstrap # |