Add data/ to cvsignore and create the data directory at install-time.

git-svn-id: svn://10.0.0.236/trunk@179759 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
zach%zachlipton.com 2005-09-07 00:43:37 +00:00
parent 14bb8eecf4
commit 9d0643805c

View File

@ -23,6 +23,9 @@
use strict;
BEGIN {
unless (-e "data/") {
system("mkdir data/");
}
unless (-e "localconfig") {
open(OUT, ">localconfig");
print OUT <<EOT;