From b0810e3538c41c723ae47b982a2e87944be828e0 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 28 Nov 2007 08:46:23 +0000 Subject: default to FileCache for selfservice session cache --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf69f3198..da54aa93c 100644 --- a/Makefile +++ b/Makefile @@ -186,6 +186,7 @@ perl-modules: " blib/lib/FS.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ + s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ " blib/lib/FS/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\ -- cgit v1.2.1