redox/recipes/redoxerd/recipe.sh
2019-06-07 18:39:29 -06:00

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
}