Clarify that we no longer support i586 but require i686+
[grml.org.git] / gen_website
index a5933e5..12a4e1f 100755 (executable)
@@ -20,7 +20,7 @@ my $fh;
 my $m;
 my $conf;
 my $state;
-if (eval {use Mirmon::Mirmon; 1 } && -f $masterlist && -f $mirmonconf) {
+if (eval {require Mirmon; 1 } && -f $masterlist && -f $mirmonconf) {
        $have_mirmon = 1;
        open ($fh, '<', $masterlist) or die "Could not open $masterlist: $!";
        $m = Mirmon ->new($mirmonconf);