about summary refs log tree commit diff
path: root/pkgs/tools/system/lact/pci-ids.patch
blob: e861ade68aced880fa60aeb337dc4a239ef6d71b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,7 +18,7 @@ use std::{
 };
 use tracing::trace;
 
-const DB_PATHS: &[&str] = &["/usr/share/hwdata/pci.ids", "/usr/share/misc/pci.ids"];
+const DB_PATHS: &[&str] = &["@hwdata@/share/hwdata/pci.ids"];
 #[cfg(feature = "online")]
 const URL: &str = "https://pci-ids.ucw.cz/v2.2/pci.ids";