diff options
Diffstat (limited to 'mirrorlist/index.php')
-rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |