mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Merge branch 'fix_pciids' into 'master'
Fix pciids recipe. See merge request redox-os/cookbook!244
This commit is contained in:
commit
958c865754
@ -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/"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user