repo/core/btyacc/build
nitori 24db0b8679
btyacc: new at 3-0
split from patch provided by emma
2024-01-01 22:14:16 +00:00

7 lines
73 B
Bash
Executable File

#!/bin/sh -e
make
mkdir -p "$1/usr/bin"
cp -f btyacc "$1/usr/bin/yacc"