summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-04 07:29:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-04 07:29:34 +0000
commit777bbe353113122fb9a47e78da9c9ef467def535 (patch)
tree8d922b1ae15647138d2116c8c1f7ecf3fa41c17a /urpm/download.pm
parent9d918434c9c263ddbb5f6860c14303071f641b05 (diff)
downloadurpmi-777bbe353113122fb9a47e78da9c9ef467def535.tar
urpmi-777bbe353113122fb9a47e78da9c9ef467def535.tar.gz
urpmi-777bbe353113122fb9a47e78da9c9ef467def535.tar.bz2
urpmi-777bbe353113122fb9a47e78da9c9ef467def535.tar.xz
urpmi-777bbe353113122fb9a47e78da9c9ef467def535.zip
simplify
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 5ac4a22d..8dcdff3d 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -932,8 +932,7 @@ sub _create_metalink_ {
# metalink file, otherwise aria2 won't be able to autodetect it..
my @metalink = (
'<?xml version="1.0" encoding="utf-8"?>',
- '<metalink version="3.0" generator="URPMI"',
- 'xmlns="http://www.metalinker.org/">',
+ '<metalink version="3.0" generator="URPMI" xmlns="http://www.metalinker.org/">',
'<files>',
);