X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=examples%2Fstripes.pl.in;h=5187a56cdf0130930162a6edc1ae5436c2579f4e;hp=5c4c6dfaa663fa758a26d1653a55449c52133820;hb=f207955a7e325708d056d3dd912863dc9930a71c;hpb=a4e465de6b8cb972864ec1636bef470dd1173d89 diff --git a/examples/stripes.pl.in b/examples/stripes.pl.in index 5c4c6df..5187a56 100755 --- a/examples/stripes.pl.in +++ b/examples/stripes.pl.in @@ -1,10 +1,5 @@ #! @PERL@ - -#makes things work when run without install -use lib qw( ../bindings/perl-shared/blib/lib ../bindings/perl-shared/blib/arch ); - -#makes programm work AFTER install -use lib qw( @prefix@/lib/perl ../lib/perl ); +use lib qw( @prefix@/lib/perl ); use strict; use vars qw(@ISA $loaded);