From e11c39d3d68a4dfddb54972cc96efb130e7987ea Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Sat, 23 May 2020 17:26:00 +0300
Subject: mandoc: POSIX chmod

---
 core/mandoc/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'core/mandoc')

diff --git a/core/mandoc/build b/core/mandoc/build
index b241e953..8763f4db 100755
--- a/core/mandoc/build
+++ b/core/mandoc/build
@@ -26,7 +26,7 @@ make
 make -j1 DESTDIR="$1" base-install lib-install
 
 # Make binaries writable.
-chmod -v u+w "$1/usr/bin/"*
+chmod u+w "$1/usr/bin/"*
 
 # Remove all development files.
 rm -rf "$1/usr/include" \
-- 
cgit v1.2.3