9 lines
84 B
Bash
9 lines
84 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
build_dir=$3
|
||
|
|
||
|
cd $build_dir/lua-${Y_PORT_VERSION}
|
||
|
make yggdrasil
|