Changeset 11021


Ignore:
Timestamp:
03/08/10 22:01:30 (2 years ago)
Author:
perlpilot
Message:

[Perl6] run parrot from parrot_install

Rakudo runs from an installed parrot that's in the parrot_install
directory, so we should too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Util.pm

    r10936 r11021  
    5151    # Look for the explicit RAKUDO_DIR 
    5252    if ( $ENV{RAKUDO_DIR} ) { 
    53         my $command = File::Spec->catfile( $ENV{RAKUDO_DIR}, 'parrot', $exe ); 
     53        my $command = File::Spec->catfile( $ENV{RAKUDO_DIR}, 'parrot_install', $exe ); 
    5454        if ( -f $command and -x _ ) { 
    5555            return $command; 
Note: See TracChangeset for help on using the changeset viewer.