mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
This commit is contained in:
@@ -25,7 +25,7 @@ while(<PKGINFO>) {
|
||||
$packages{$i,'epoch'} = $1;
|
||||
$packages{$i,'version'} = $2;
|
||||
}
|
||||
if ($packages{$i,'name'} =~ /^(\S+):(\S+)$/ ||
|
||||
if ($packages{$i,'name'} =~ /^(\S+):(\S+)$/) {
|
||||
$packages{$i,'name'} = $1;
|
||||
$packages{$i,'arch'} = $2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user