repo/core/btyacc/build

7 lines
73 B
Plaintext
Raw Normal View History

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