From 64795b9c92335e5dffa1b13713c4dbe10be97177 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 11 Sep 2016 11:04:19 +0200 Subject: fixing error in mirrorlist URL path for source repositories (patch by Neal Gompa) --- mirrorlist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mirrorlist') diff --git a/mirrorlist/index.php b/mirrorlist/index.php index 2960a107a..d5d37b74f 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -33,7 +33,7 @@ $arraycheck =array( ); if ($source){ - $link = "MIRROR/distrib/$release/SRPMS/media/$section/$repo/"; + $link = "MIRROR/distrib/$release/SRPMS/$section/$repo/"; }elseif ($debug){ $link = "MIRROR/distrib/$release/$arch/media/debug/$section/$repo/"; }else{ -- cgit v1.2.1