View | Details | Raw Unified | Return to bug 7857
Collapse All | Expand All

(-)a/installer/install.pl (-2 / +1 lines)
Lines 317-323 elsif ( $step && $step == 3 ) { Link Here
317
		my $find = "C4/Context.pm";
317
		my $find = "C4/Context.pm";
318
		my $path = $INC{$find};
318
		my $path = $INC{$find};
319
		$path =~ s/\Q$find\E//;
319
		$path =~ s/\Q$find\E//;
320
		$ENV{PERL5LIB} = $path;
320
		$ENV{PERL5LIB} = "$path:$path/installer";
321
		warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
321
		warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
322
	}
322
	}
323
323
324
- 

Return to bug 7857