1
0
mirror of synced 2026-04-15 15:49:48 +00:00

Remove redundant and broken second setting of mirror by distribution

This commit is contained in:
Axel Beckert
2013-01-17 22:59:01 +01:00
parent 97553c50fb
commit ce1624b83e

View File

@@ -3521,15 +3521,6 @@ sub installSystem
sub exportEnvironment
{
#
# Per-distribution mirror?
#
my $distMirror = "mirror_" . $CONFIG{ 'dist' };
if ( $CONFIG{ $distMirror } && length( $CONFIG{ $distMirror } ) )
{
$CONFIG{ 'mirror' } = $CONFIG{ $distMirror };
}
#
# Export partitions array to configuration
#