diff --git a/recipes/core/profiled/recipe.toml b/recipes/core/profiled/recipe.toml index 18dc3cfc..7ab868c6 100644 --- a/recipes/core/profiled/recipe.toml +++ b/recipes/core/profiled/recipe.toml @@ -6,4 +6,7 @@ template = "custom" script = """ # Must be statically linked cookbook_cargo + +mkdir -p "${COOKBOOK_STAGE}/usr/lib/init.d" +cp "${COOKBOOK_SOURCE}/init.d/"* "${COOKBOOK_STAGE}/usr/lib/init.d/" """