From 8b8083eb12b8e502f6ce01c20ff2a3da583eed37 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 5 Nov 2023 22:11:34 +0000 Subject: [PATCH] Add the "myfiles" recipe --- recipes/other/myfiles/recipe.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/other/myfiles/recipe.toml diff --git a/recipes/other/myfiles/recipe.toml b/recipes/other/myfiles/recipe.toml new file mode 100644 index 000000000..2b5bbf4a5 --- /dev/null +++ b/recipes/other/myfiles/recipe.toml @@ -0,0 +1,6 @@ +[build] +template = "custom" +script = """ +mkdir -pv "${COOKBOOK_STAGE}"/home/user +cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user +""" -- GitLab