* Updated perl compile system. It now uses Makefile.PL for everything,
[rrdtool.git] / examples / 4charts.pl.in
index 7249b07..beeb6f4 100755 (executable)
@@ -1,9 +1,7 @@
 #! @PERL@
 
 #makes things work when run without install
-use lib qw( ../bindings/perl-shared/blib/lib ../bindings/perl-shared/blib/arch );
-# this is for after install
-use lib qw( @prefix@/lib/perl ../lib/perl );
+use lib qw( @prefix@/lib/perl );
 
 use RRDs;