summaryrefslogtreecommitdiff
path: root/util/skingen.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-15 10:28:43 +0100
committerYorhel <git@yorhel.nl>2009-01-15 10:30:25 +0100
commit7fa831a278c6e0f8d42d44969b562c82ae717400 (patch)
tree09680d3aa3c8f275602bd5b2d47ea25dd414202e /util/skingen.pl
parent11db922d4a29ea04220a6dac69ceb2af76b4e38d (diff)
Moving style.css to data/
Diffstat (limited to 'util/skingen.pl')
-rwxr-xr-xutil/skingen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/skingen.pl b/util/skingen.pl
index d1ae65fe..e27ea4a1 100755
--- a/util/skingen.pl
+++ b/util/skingen.pl
@@ -77,7 +77,7 @@ sub writeskin { # $obj
$o->{_blendbg} = '#'.join '', map sprintf('%02x', $_*255), $img->GetPixel(x=>1,y=>1);
# write the CSS
- open my $CSS, '<', "$ROOT/data/skingen/style.css" or die $!;
+ open my $CSS, '<', "$ROOT/data/style.css" or die $!;
open my $SKIN, '>', "$ROOT/static/s/$o->{_name}/style.css" or die $!;
while((my $d = <$CSS>)) {
if($O{debug}) {