From d379d564bf9c217e8ac416f75a1a558151cd889f Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 20 Nov 2007 21:06:08 +0100 Subject: [PATCH] 700install_static: Fix usage of Number::Format plugin Since we use a private copy of Template::Plugins::Number::Format, we need to tell ttree where it is. --- cron.d/700install_static | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cron.d/700install_static b/cron.d/700install_static index 16ee709..933fb21 100755 --- a/cron.d/700install_static +++ b/cron.d/700install_static @@ -6,4 +6,5 @@ set -e test -d "$htmldir" || mkdir -p "$htmldir" -cd "$topdir" && ttree --eval_perl -f ./conf/ttreerc +cd "$topdir" && ttree --perl5lib=${libdir} --load_perl --eval_perl \ + -f ./conf/ttreerc -- 2.39.2