summaryrefslogtreecommitdiffstats
path: root/rules/pciutils.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pciutils.make')
-rw-r--r--rules/pciutils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pciutils.make b/rules/pciutils.make
index e5a04f470..004eb964e 100644
--- a/rules/pciutils.make
+++ b/rules/pciutils.make
@@ -115,7 +115,7 @@ $(STATEDIR)/pciutils.targetinstall: $(pciutils_targetinstall_deps_default)
@$(call install_copy, pciutils, 0, 0, 0755, $(PCIUTILS_DIR)/lspci, /usr/bin/lspci)
@$(call install_copy, pciutils, 0, 0, 0755, $(PCIUTILS_DIR)/setpci, /usr/bin/setpci)
- @$(call install_copy, pciutils, 0, 0, 0755, $(PCIUTILS_DIR)/pci.ids, /usr/share/pci.ids, n)
+ @$(call install_copy, pciutils, 0, 0, 0644, $(PCIUTILS_DIR)/pci.ids, /usr/share/pci.ids, n)
@$(call install_finish,pciutils)