Die bei Lx-Office mitgelieferten Perl-Module, die nicht zu Lx-Office selber gehören...
[kivitendo-erp.git] / scripts / installation_check.pl
index 875c565..bddb2d9 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/perl -w
 
+BEGIN {
+  push(@INC, "modules");
+}
+
 use SL::InstallationCheck;
 
 $| = 1;