From 898f5f89d3e2c6100f7e0ab6fc4a200b8fc75bb5 Mon Sep 17 00:00:00 2001 From: Chris Pickel Date: Sat, 08 Sep 2007 09:39:44 +0000 Subject: Make cgit honor CACHE_ROOT as defined in Makefile Signed-off-by: Lars Hjemli --- (limited to 'shared.c') diff --git a/shared.c b/shared.c index cd9d68d..1cd60a2 100644 --- a/shared.c +++ b/shared.c @@ -23,7 +23,7 @@ char *cgit_module_link = "./?repo=%s&page=commit&id=%s"; char *cgit_agefile = "info/web/last-modified"; char *cgit_virtual_root = NULL; char *cgit_script_name = CGIT_SCRIPT_NAME; -char *cgit_cache_root = "/var/cache/cgit"; +char *cgit_cache_root = CGIT_CACHE_ROOT; char *cgit_repo_group = NULL; int cgit_nocache = 0; -- cgit v0.9.0.2