Skip to content

Commit

Permalink
Allow jbrowse to get extlibs when runnign from outside the jbrowse ro…
Browse files Browse the repository at this point in the history
…ot directory. Fixes #465 (thanks @chienchi)
  • Loading branch information
cmdcolin committed Apr 10, 2014
1 parent 21dd33d commit 9a505e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perl5/JBlibs.pm
Expand Up @@ -21,7 +21,7 @@ for my $d ( $dir, catdir( $dir, updir() ), catdir( $dir, updir(), updir() )) {
require lib;

if( -e $extlib ) {
lib->import( 'extlib/lib/perl5' );
lib->import( "$extlib/lib/perl5" );
require local::lib;
local::lib->import( $extlib );
}
Expand Down

0 comments on commit 9a505e2

Please sign in to comment.