Ignore:
Timestamp:
Apr 16, 2007, 3:31:41 AM (18 years ago)
Author:
bird
Message:

Unixroot and one silly ':' issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/automake-1.9/automake.in

    r3086 r3143  
    3232BEGIN
    3333{
    34   my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@';
     34  my $perllibdir = $ENV{'perllibdir'} || $ENV{'UNIXROOT'}.'@datadir@/@PACKAGE@-@APIVERSION@';
     35  $perllibdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
     36  $perllibdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    3537  unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
    3638
Note: See TracChangeset for help on using the changeset viewer.