]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add correct path for libraries
authorJan Michel <j.michel@gsi.de>
Thu, 17 Jan 2019 09:44:56 +0000 (10:44 +0100)
committerJan Michel <j.michel@gsi.de>
Thu, 17 Jan 2019 09:44:56 +0000 (10:44 +0100)
tools/spi_slave.pl

index 860ad66b7bbc0c0ed82019587782d7960fab5893..38c71146b73a9b43734653f2adc05074d8a13395 100755 (executable)
@@ -7,8 +7,9 @@ use Time::HiRes qw( usleep );
 use Data::Dumper;
 use HADES::TrbNet;
 use Date::Format;
-use Dmon;
 use Getopt::Long;
+use lib '../perllibs/';
+use Dmon;
 
 if (!defined $ENV{'DAQOPSERVER'}) {
   die "DAQOPSERVER not set in environment";