]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 347619: skins/custom/*.css not created
authormkanat%bugzilla.org <>
Wed, 16 Aug 2006 06:18:32 +0000 (06:18 +0000)
committermkanat%bugzilla.org <>
Wed, 16 Aug 2006 06:18:32 +0000 (06:18 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

Bugzilla/Install/Filesystem.pm

index 76116bdffee4a2637b01a9c840877cd1e82722e8..9ba8fcd1b5a3ea8514bb538a52f85c84cd091b10 100644 (file)
@@ -197,7 +197,7 @@ sub FILESYSTEM {
     foreach my $standard (<skins/standard/*.css>) {
         my $custom = $standard;
         $custom =~ s|^skins/standard|skins/custom|;
-        $files{$custom} = { perms => $ws_readable, contents => <<EOT
+        $create_files{$custom} = { perms => $ws_readable, contents => <<EOT
 /*
  * Custom rules for $standard.
  * The rules you put here override rules in that stylesheet.