#!/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"