summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 7012e013..3be214be 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1353,6 +1353,7 @@ this could happen if you mounted manually the directory when creating the medium
File::Find::find(
{
wanted => sub { -f $_ && /\.rpm$/ and $f{"$File::Find::dir/$_"} = 1 },
+ follow_skip => 2,
follow_fast => 1,
},
$dir,