mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
8 lines
151 B
Bash
8 lines
151 B
Bash
GIT=https://github.com/xtibor/liborbital
|
|
|
|
function recipe_stage {
|
|
dest="$(realpath $1)"
|
|
make HOST="$HOST" DESTDIR="$dest" install
|
|
skip=1
|
|
}
|