X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3f65b4fbe2856d5ab0a6a4ccee20c1a44d9d0cd1..16df49c2512e6e34fd2b44ef46e73f1511194e90:/scripts/installation_check.pl diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index bddb2d92a..306156b21 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl -w BEGIN { - push(@INC, "modules"); + unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML). + push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. } use SL::InstallationCheck;