diff --git a/rust/src/importer.rs b/rust/src/importer.rs index c5ec4cb896..e2bb7bf16c 100644 --- a/rust/src/importer.rs +++ b/rust/src/importer.rs @@ -392,7 +392,7 @@ fn path_is_ostree_compliant(path: &str) -> bool { return true; } - if path.starts_with("/usr/") && !path.starts_with("/usr/local") { + if path.starts_with("/usr/") { return true; }