diff options
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 | ||||
-rw-r--r-- | skins/.cvsignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 43c964ba7..3fd24cdd1 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -191,8 +191,6 @@ sub FILESYSTEM { # default contents. my %create_files = ( "$datadir/mail" => { perms => $ws_readable }, - 'skins/.cvsignore' => { perms => $owner_readable, - contents => ".cvsignore\ncustom\n" }, ); # Each standard stylesheet has an associated custom stylesheet that diff --git a/skins/.cvsignore b/skins/.cvsignore new file mode 100644 index 000000000..b98d8c957 --- /dev/null +++ b/skins/.cvsignore @@ -0,0 +1,2 @@ +custom +contrib |