aboutsummaryrefslogtreecommitdiff
path: root/core/b3sum/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-09 12:01:30 +0300
committerCem Keylan <cem@ckyln.com>2021-07-09 12:01:30 +0300
commitb872fe3064cd68f57d8920f7d87958d611537717 (patch)
tree21d056ee50cf10ec54cf49de4425f1c821839482 /core/b3sum/build
parent4b4ca0f792e7d5bd6fd3c22e6ee51e03a1af88ff (diff)
downloadrepository-b872fe3064cd68f57d8920f7d87958d611537717.tar.gz
b3sum: update to latest master
Diffstat (limited to 'core/b3sum/build')
-rwxr-xr-xcore/b3sum/build5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/b3sum/build b/core/b3sum/build
index bf75d18d..fb79f372 100755
--- a/core/b3sum/build
+++ b/core/b3sum/build
@@ -1,5 +1,4 @@
#!/bin/sh -e
-make PREFIX=/usr LDFLAGS=-static b3sum
-install -Dm755 b3sum "$1/usr/bin/b3sum"
-install -Dm644 b3sum.1 "$1/usr/share/man/man1/b3sum.1"
+make LDFLAGS="$LDFLAGS -static"
+make PREFIX=/usr DESTDIR="$1" install