summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/no-check-if-root.diff
blob: 8dfe755d13de6e194ed0f82faa457404008914ed (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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