From: Mikal Kolbein Gule Date: Thu, 3 Jan 2013 07:22:23 +0000 (+0100) Subject: Librarypaths for standalone tools updated. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=6bc9a32eb5f9068d6e298df7843aa2fc8d94c69d;p=usit-rt.git Librarypaths for standalone tools updated. --- diff --git a/bin/rt-crontool b/bin/rt-crontool index ee817d4..b6a5b14 100755 --- a/bin/rt-crontool +++ b/bin/rt-crontool @@ -49,6 +49,10 @@ use strict; use Carp; +use lib '/www/data/rt/rt-perl/current-perl10/share/perl5'; +use lib '/www/data/rt/rt-perl/current-perl10/lib/perl5'; +use lib '/www/data/rt/rt-perl/current-perl10/lib64/perl5'; + # fix lib paths, some may be relative BEGIN { require File::Spec; diff --git a/sbin/rt-shredder b/sbin/rt-shredder index 058726c..64addfd 100755 --- a/sbin/rt-shredder +++ b/sbin/rt-shredder @@ -107,6 +107,10 @@ L =cut +use lib '/www/data/rt/rt-perl/current-perl10/share/perl5'; +use lib '/www/data/rt/rt-perl/current-perl10/lib/perl5'; +use lib '/www/data/rt/rt-perl/current-perl10/lib64/perl5'; + use strict; use warnings FATAL => 'all';