mirror of
https://git.lain.church/bake/bake.git
synced 2025-05-15 16:16:45 +00:00
6 lines
139 B
Bash
6 lines
139 B
Bash
cd "$(dirname "$(readlink -f $0)")"
|
|
PREFIX=${PREFIX:-/usr/local}
|
|
echo "PREFIX=$PREFIX"
|
|
bake cbake.l
|
|
install -m755 -sv ./cbake $PREFIX/bin/
|