From 1af3eeae76e7d6edc333b806f226973a0a061271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 10 Jul 2008 13:04:46 +0000 Subject: add comment wrt. field at top of metalink --- urpm/download.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm') diff --git a/urpm/download.pm b/urpm/download.pm index e8401f84..70e7e98d 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -881,6 +881,8 @@ sub _create_metalink_ { } my $metalinkfile = "$urpm->{cachedir}/$options->{media}.metalink"; + # Even if not required by metalink spec, this line is needed at top of + # metalink file, otherwise aria2 won't be able to autodetect it.. my $metalink = "\n"; $metalink .= "\n"; -- cgit v1.2.1