From 1c978c726795381cff0e50dd89570b3873476011 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 5 Nov 2024 16:44:39 +0000 Subject: [PATCH] Rename the hello-world recipe --- recipes/dev/{hello-world => hello-world-examples}/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes/dev/{hello-world => hello-world-examples}/recipe.toml (69%) diff --git a/recipes/dev/hello-world/recipe.toml b/recipes/dev/hello-world-examples/recipe.toml similarity index 69% rename from recipes/dev/hello-world/recipe.toml rename to recipes/dev/hello-world-examples/recipe.toml index 23d7120dc..43f16e30d 100644 --- a/recipes/dev/hello-world/recipe.toml +++ b/recipes/dev/hello-world-examples/recipe.toml @@ -4,6 +4,6 @@ git = "https://github.com/leachim6/hello-world" [build] template = "custom" script = """ -mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world -cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world-examples +cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world-examples """