summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index fef5a438..ca61836f 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -84,7 +84,7 @@ sub handle404 {
sub readskins {
my %skins; # dirname => skin name
my @regen;
- my $lasttemplate = [stat "$ROOT/data/skingen/style.css"]->[9];
+ my $lasttemplate = [stat "$ROOT/data/style.css"]->[9];
for my $f (glob "$ROOT/static/s/*") {
next if !-e "$f/conf";
my $n = $1 if $f =~ m{([^/]+)$};