From f05d11a794291157f39778907c698c9008cd7edf Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 28 Sep 2011 22:34:38 +0000 Subject: * silent build * add perl and library path to the scripts on install --- bin/tSmoke | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/tSmoke') diff --git a/bin/tSmoke b/bin/tSmoke index fc0d74f..d7d98bd 100755 --- a/bin/tSmoke +++ b/bin/tSmoke @@ -52,10 +52,11 @@ use warnings; # # Point the lib variables to your implementation use FindBin; +# PERL5LIB use lib "$FindBin::Bin/../thirdparty/lib/perl5"; use lib "$FindBin::Bin/../lib"; -use Smokeping 2.004002; +use Smokeping; use Net::SMTP; use Getopt::Long; use Pod::Usage; -- cgit v1.2.3-24-g4f1b