mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Don't overwrite old repo name https://github.com/webmin/webmin/issues/603
This commit is contained in:
@@ -299,7 +299,7 @@ while(<PKG>) {
|
||||
if (/^\S+\s+\S+\s+(\S+?)\-([0-9]\S+)\.([^\.]+)$/) {
|
||||
local ($name, $ver) = ($1, $2);
|
||||
if ($done->{$name}) {
|
||||
$done->{$name}->{'source'} = 'security';
|
||||
$done->{$name}->{'source'} ||= 'security';
|
||||
$done->{$name}->{'security'} = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user