diff --git a/buildrepo.pl b/buildrepo.pl index e01efde..9c79fd5 100755 --- a/buildrepo.pl +++ b/buildrepo.pl @@ -205,6 +205,8 @@ $item->{installations} = $stats{$name} if $stats{$name}; } + $item->{link} =~ s/(wiki|forums)\.slimdevices\.com/$1.lyrion.org/; + print " $content $name\n"; push @{ $out->{"${element}"}->{"$content"} ||= [] }, $item; }