X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=gen_website;h=12a4e1f7cf8eb1145d20e22295a0cc4fbe09da08;hb=f889fe7bc06111c3007d41058d115dd049d0e7e0;hp=df61ee6d97cf04b5ea680c912acf488f952768e4;hpb=a218d3efd348aeeed10c600ca65bc90c940daee2;p=grml.org.git diff --git a/gen_website b/gen_website index df61ee6..12a4e1f 100755 --- a/gen_website +++ b/gen_website @@ -20,7 +20,7 @@ my $fh; my $m; my $conf; my $state; -if (eval {require 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);