From ecfa38ece25105ec7067c0153e478defe09a8378 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 9 Jan 2017 17:18:26 -0700
Subject: [PATCH] Copy resources for userutils

---
 recipes/userutils/recipe.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes/userutils/recipe.sh b/recipes/userutils/recipe.sh
index 92d104f7b..137f75813 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"
+}
-- 
GitLab