diff --git a/src/pxar/create.rs b/src/pxar/create.rs index 8c5ea40b..2de579a3 100644 --- a/src/pxar/create.rs +++ b/src/pxar/create.rs @@ -161,7 +161,7 @@ where if skip_lost_and_found { patterns.push(MatchEntry::parse_pattern( - "**/lost+found", + "lost+found", PatternFlag::PATH_NAME, MatchType::Exclude, )?);