summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index f6e21d0c..9df0a6f4 100755
--- a/urpmi
+++ b/urpmi
@@ -351,6 +351,9 @@ if ($auto_update && !$bug && !$env) {
norebuild => $urpm->{options}{norebuild},
quiet => $verbose < 0,
);
+ foreach (@{$urpm->{media} || []}) {
+ $_->{modified} and delete $_->{ignore};
+ }
}
$urpm->configure( %config_hash );