diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-18 10:00:38 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-18 10:00:38 +0200 |
commit | 7ae63b1e06f607ede3ed32829ac9316e4c657247 (patch) | |
tree | 2d347681207e337dad6ad21ec15a319b6a734a62 /Bugzilla | |
parent | 3eb535037ca7ef9ea026cc7799fa0e7d93438089 (diff) | |
download | bugzilla-7ae63b1e06f607ede3ed32829ac9316e4c657247.tar.gz bugzilla-7ae63b1e06f607ede3ed32829ac9316e4c657247.tar.xz |
Bug 572949: Update YUI to 2.8.1
r=glob, a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index eb959f0f3..4e2647dfb 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -236,7 +236,6 @@ sub FILESYSTEM { # for contrib skins which don't provide them themselves. foreach my $skin_dir ("$skinsdir/custom", <$skinsdir/contrib/*>) { next if basename($skin_dir) =~ /^cvs$/i; - $create_dirs{"$skin_dir/yui"} = $ws_dir_readable; foreach my $base_css (<$skinsdir/standard/*.css>) { _add_custom_css($skin_dir, basename($base_css), \%create_files, $ws_readable); } |