[Libreoffice-commits] online.git: Makefile.am
Tor Lillqvist
tml at collabora.com
Thu Jul 12 08:50:27 UTC 2018
Makefile.am | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b152e021b3428b3b1f5a3189c9107a2fc6ac23bc
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Jul 12 11:46:56 2018 +0300
Drop noise output
Make prints the sudo setcap commands it executes, no need to
additionally echo "Set required capabilities".
Especially as "set" can be misunderstood as being in the imperative
mood, telling the developer to do something, instead of being past
tense telling what was done on the previous line.
Change-Id: I1138fa28a4d08b57d55552d0e012dcfd778b423c
diff --git a/Makefile.am b/Makefile.am
index 1618e78b7..d12a8f24f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -351,7 +351,6 @@ all-local: loolforkit @TILECACHE_PATH@ @JAILS_PATH@ $(SYSTEM_STAMP)
if ENABLE_SETCAP
sudo @SETCAP@ cap_fowner,cap_mknod,cap_sys_chroot=ep loolforkit
sudo @SETCAP@ cap_sys_admin=ep loolmount
- echo "Set required capabilities"
else
echo "Skipping capability setting"
endif
More information about the Libreoffice-commits
mailing list