X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=installer%2Finstall.pl;h=39ba0fee8562364df9db233c0f36121a3cad5945;hb=2304c7a10cfb3a9d226045550404200e786ea8a7;hp=460a0c019af70a74af58d595f659e24d446c3a16;hpb=b1322bb6cbaa8f4e9077db230261592510047df6;p=koha_fer diff --git a/installer/install.pl b/installer/install.pl index 460a0c019a..39ba0fee85 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -189,7 +189,6 @@ elsif ( $step && $step == 3 ) { } elsif ( $op && $op eq 'finish' ) { $installer->set_version_syspref(); - $installer->set_indexing_engine(0); # use Zebra # Installation is finished. # We just deny anybody access to install @@ -242,7 +241,7 @@ elsif ( $step && $step == 3 ) { $template->param( "frameworksloop" => $fwklist ); $template->param( "marcflavour" => ucfirst($marcflavour)); - my ($sample_defaulted_to_en, $levellist) = $installer->sample_data_sql_list($langchoice, $marcflavour); + my ($sample_defaulted_to_en, $levellist) = $installer->sample_data_sql_list($langchoice); $template->param( "en_sample_data" => $sample_defaulted_to_en); $template->param( "levelloop" => $levellist ); $template->param( "$op" => 1 ); @@ -317,7 +316,7 @@ elsif ( $step && $step == 3 ) { my $find = "C4/Context.pm"; my $path = $INC{$find}; $path =~ s/\Q$find\E//; - $ENV{PERL5LIB} = $path; + $ENV{PERL5LIB} = "$path:$path/installer"; warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n"; }