Rename the hello-world recipe

This commit is contained in:
Ribbon 2024-11-05 16:44:39 +00:00
parent 20ff4ec5e6
commit 1c978c7267

View File

@ -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
"""