From 005aae665ff408fe42d4b8bbfc744866d20007b0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Nov 2006 17:13:53 +0000 Subject: hopefully we won't have to go that path --- urpm.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index fc9ba09d..9441d59a 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1127,7 +1127,6 @@ sub _update_media__virtual { if ($medium->{synthesis}) { if (_parse_synthesis($urpm, $medium, $with_hdlist_dir)) { $medium->{synthesis} = 1; - $urpm->{modified} = 1; } elsif (_parse_hdlist($urpm, $medium, $with_hdlist_dir)) { delete $medium->{synthesis}; } -- cgit v1.2.1