summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index f83b335e..8c4d6de4 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -246,6 +246,7 @@ sub recover_url_from_list {
}
} else {
$medium->{url} = $_;
+ $urpm->{modified} = 1; #- ensure urpmi.cfg is handled using only partially hidden url + netrc, since file list won't be generated anymore
}
}
}