aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:15:57 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:15:57 +0300
commita8b9a789940670b2f5b88d6fb31dfc76d7f4d758 (patch)
tree74d8bc89980bd5d7f1b6265a0af85dae6d3c22f6
parentca1bc9453055d461c0bea63dc18eb856e274ab9a (diff)
downloadrepository-a8b9a789940670b2f5b88d6fb31dfc76d7f4d758.tar.gz
bmake: use clman
-rwxr-xr-xextra/bmake/build2
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