diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-23 17:26:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-23 17:26:00 +0300 |
commit | e11c39d3d68a4dfddb54972cc96efb130e7987ea (patch) | |
tree | f4789d53b24c1c6a7a1feedfed850a1d053a85d7 /core | |
parent | d9986c90f36593e8b8b446a91357da349431c51e (diff) | |
download | repository-e11c39d3d68a4dfddb54972cc96efb130e7987ea.tar.gz |
mandoc: POSIX chmod
Diffstat (limited to 'core')
-rwxr-xr-x | core/mandoc/build | 2 |
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" \ |