зеркало из https://github.com/mozilla/gecko-dev.git
Bug 347619: skins/custom/*.css not created
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
This commit is contained in:
Родитель
ff0b1e276e
Коммит
390535c67c
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче