diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:15:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:15:57 +0300 |
commit | a8b9a789940670b2f5b88d6fb31dfc76d7f4d758 (patch) | |
tree | 74d8bc89980bd5d7f1b6265a0af85dae6d3c22f6 /extra/bmake | |
parent | ca1bc9453055d461c0bea63dc18eb856e274ab9a (diff) | |
download | repository-a8b9a789940670b2f5b88d6fb31dfc76d7f4d758.tar.gz |
bmake: use clman
Diffstat (limited to 'extra/bmake')
-rwxr-xr-x | extra/bmake/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bmake/build b/extra/bmake/build index 300bbc52..fc09b148 100755 --- a/extra/bmake/build +++ b/extra/bmake/build @@ -8,4 +8,4 @@ sed -i 's/op_test() {/& return 0;/' boot-strap ./boot-strap --prefix=/usr op=build ./boot-strap --prefix=/usr --install-destdir="$1" op=install -install -Dm644 bmake.1 "$1/usr/share/man/man1/bmake.1" +clman -d "$1" bmake.1 |