Changeset 3082 for trunk/build/Build.pm

Show
Ignore:
Timestamp:
10/03/08 01:07:01 (14 months ago)
Author:
bchoate
Message:

Merging fireball branch changes to-date to trunk: svn merge -r2974:3081 http://code.sixapart.com/svn/movabletype/branches/fireball .

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build/Build.pm

    r1681 r3082  
    152152    ($self->{'short-lang=s'} = $self->{'lang=s'}) =~ s/([a-z]{2})_[A-Z]{2}$/$1/o; 
    153153 
    154     $self->{'pack=s'} ||= 'MT'; 
     154    $self->{'pack=s'} ||= 'MTOS'; 
    155155    $ENV{BUILD_PACKAGE}  = $self->{'pack=s'}; 
    156156    $ENV{BUILD_LANGUAGE} = $self->{'lang=s'};