mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
14 lines
191 B
Bash
Executable File
14 lines
191 B
Bash
Executable File
GIT=https://gitlab.redox-os.org/redox-os/redoxer.git
|
|
|
|
function recipe_update {
|
|
cd daemon
|
|
}
|
|
|
|
function recipe_build {
|
|
cd daemon
|
|
}
|
|
|
|
function recipe_stage {
|
|
mv daemon/target target
|
|
}
|