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
Родитель 8308a5ea4f
Коммит 59f0cb1eaa
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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