X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=init-db.c;h=50b16b34b0e3a3fe4de29252eb9261055913e262;hb=2ab141a26f93c4d97e243a6be8a38a7dd4eb35a3;hp=1fb3f7fa79136f296ece9e04f6fdbf34bb40eeeb;hpb=e8c80638abc99928dba9ac832589749a531e2e21;p=git.git diff --git a/init-db.c b/init-db.c index 1fb3f7fa..50b16b34 100644 --- a/init-db.c +++ b/init-db.c @@ -249,5 +249,7 @@ int main(int argc, char **argv) } strcpy(path+len, "/pack"); safe_create_dir(path); + strcpy(path+len, "/info"); + safe_create_dir(path); return 0; }