diff --git a/recipes/userutils/recipe.sh b/recipes/userutils/recipe.sh index 92d104f7..137f7581 100644 --- a/recipes/userutils/recipe.sh +++ b/recipes/userutils/recipe.sh @@ -1 +1,5 @@ GIT=https://github.com/redox-os/userutils.git + +function recipe_stage { + cp -v res "$1/etc" +}