mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Add data/ to cvsignore and create the data directory at install-time.
This commit is contained in:
parent
edba8dd0f1
commit
2ffdc6ea7d
@ -1,3 +1,3 @@
|
||||
tags
|
||||
localconfig
|
||||
|
||||
data
|
||||
|
@ -23,6 +23,9 @@
|
||||
use strict;
|
||||
|
||||
BEGIN {
|
||||
unless (-e "data/") {
|
||||
system("mkdir data/");
|
||||
}
|
||||
unless (-e "localconfig") {
|
||||
open(OUT, ">localconfig");
|
||||
print OUT <<EOT;
|
||||
|
Loading…
Reference in New Issue
Block a user