commit e11c39d3d68a4dfddb54972cc96efb130e7987ea
parent d9986c90f36593e8b8b446a91357da349431c51e
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 23 May 2020 17:26:00 +0300
mandoc: POSIX chmod
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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" \