repo/extra/onetrueawk/build
nitori 7f5b307c24
onetrueawk: new at git
split from patch provided by emma
2024-01-01 22:14:15 +00:00

8 lines
87 B
Bash
Executable File

#!/bin/sh -e
make
make test check
mkdir -p "$1/usr/bin"
cp -f a.out "$1/usr/bin/awk"