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