aboutsummaryrefslogtreecommitdiff
path: root/core/b3sum/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-04 01:19:43 +0300
committerCem Keylan <cem@ckyln.com>2021-07-04 01:19:43 +0300
commitf09cf91d76edc98dea15143006aff2fe7065e43c (patch)
tree30c18b9cdbee17a57a437b28e07241723ab75ec0 /core/b3sum/build
parent51955f0802ed5bfd0e12d6f43c6f472efd58d343 (diff)
downloadrepository-f09cf91d76edc98dea15143006aff2fe7065e43c.tar.gz
b3sum: add manual page
Diffstat (limited to 'core/b3sum/build')
-rwxr-xr-xcore/b3sum/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/b3sum/build b/core/b3sum/build
index 6c90cf8b..bf75d18d 100755
--- a/core/b3sum/build
+++ b/core/b3sum/build
@@ -1,4 +1,5 @@
#!/bin/sh -e
make PREFIX=/usr LDFLAGS=-static b3sum
-install -Dm755 b3sum "$1/usr/bin/b3sum"
+install -Dm755 b3sum "$1/usr/bin/b3sum"
+install -Dm644 b3sum.1 "$1/usr/share/man/man1/b3sum.1"