diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:01:03 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:01:03 +0300 |
commit | 83893f5a129bb12b5443825edbca92950d881d8f (patch) | |
tree | 3b6ca3a2c44ba4408035a40d98bbfd8cb6793fa4 /extra/nginx | |
parent | 521127d965203349503cb1a49eeffb8c39298092 (diff) | |
download | repository-83893f5a129bb12b5443825edbca92950d881d8f.tar.gz |
nginx: use clman
Diffstat (limited to 'extra/nginx')
-rwxr-xr-x | extra/nginx/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nginx/build b/extra/nginx/build index 5ce2160b..d42fe8f6 100755 --- a/extra/nginx/build +++ b/extra/nginx/build @@ -38,4 +38,4 @@ make DESTDIR="$1" install # Don't actually install this directory into the package. rm -r "$1/run" -install -Dm644 man/nginx.8 "$1/usr/share/man/man8/nginx.8" +clman -d "$1" man/nginx.8 |