diff options
Diffstat (limited to 'core/b3sum/build')
-rwxr-xr-x | core/b3sum/build | 5 |
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 |