Commit 27c1be36 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checksetup

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
parent 1760a319
...@@ -191,8 +191,6 @@ sub FILESYSTEM { ...@@ -191,8 +191,6 @@ sub FILESYSTEM {
# default contents. # default contents.
my %create_files = ( my %create_files = (
"$datadir/mail" => { perms => $ws_readable }, "$datadir/mail" => { perms => $ws_readable },
'skins/.cvsignore' => { perms => $owner_readable,
contents => ".cvsignore\ncustom\n" },
); );
# Each standard stylesheet has an associated custom stylesheet that # Each standard stylesheet has an associated custom stylesheet that
......
custom
contrib
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment