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

This commit is contained in:
zach%zachlipton.com 2005-09-07 00:43:37 +00:00
parent edba8dd0f1
commit 2ffdc6ea7d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,3 @@
tags
localconfig
data

View File

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