diff --git a/recipes/pciids/recipe.toml b/recipes/pciids/recipe.toml index dfacfc509..3404148bc 100644 --- a/recipes/pciids/recipe.toml +++ b/recipes/pciids/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/pciutils/pciids.git" template = "custom" script = """ install -d "${COOKBOOK_STAGE}/share/misc/" -install "${COOKBOOK_BUILD}"/pci.ids "${COOKBOOK_STAGE}/share/misc/" +install "${COOKBOOK_SOURCE}"/pci.ids "${COOKBOOK_STAGE}/share/misc/" """