From: Frank Lichtenheld Date: Tue, 20 Nov 2007 20:06:08 +0000 (+0100) Subject: 700install_static: Fix usage of Number::Format plugin X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=d379d564bf9c217e8ac416f75a1a558151cd889f 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. --- 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