Merge branch 'fix_pciids' into 'master'

Fix pciids recipe.

See merge request redox-os/cookbook!244
This commit is contained in:
Jeremy Soller 2020-07-24 12:42:28 +00:00
commit 958c865754

View File

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