aboutsummaryrefslogtreecommitdiff
path: root/core/mandoc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-23 17:26:00 +0300
committerCem Keylan <cem@ckyln.com>2020-05-23 17:26:00 +0300
commite11c39d3d68a4dfddb54972cc96efb130e7987ea (patch)
treef4789d53b24c1c6a7a1feedfed850a1d053a85d7 /core/mandoc
parentd9986c90f36593e8b8b446a91357da349431c51e (diff)
downloadrepository-e11c39d3d68a4dfddb54972cc96efb130e7987ea.tar.gz
mandoc: POSIX chmod
Diffstat (limited to 'core/mandoc')
-rwxr-xr-xcore/mandoc/build2
1 files changed, 1 insertions, 1 deletions
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" \