Changeset 51792 in webkit


Ignore:
Timestamp:
Dec 7, 2009 1:25:11 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-07 Yaar Schnitman <yaar@chromium.org>

Reviewed by Darin Fisher.

Typo in chromium linux builder
https://bugs.webkit.org/show_bug.cgi?id=32238

  • Scripts/webkitdirs.pm:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51788 r51792  
     12009-12-07  Yaar Schnitman  <yaar@chromium.org>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Typo in chromium linux builder
     6        https://bugs.webkit.org/show_bug.cgi?id=32238
     7
     8        * Scripts/webkitdirs.pm:
     9
    1102009-12-07  Yaar Schnitman  <yaar@chromium.org>
    211
  • trunk/WebKitTools/Scripts/webkitdirs.pm

    r51788 r51792  
    14561456    } elsif (isLinux()) {
    14571457        # Linux build - build using make.
    1458         $ result = buildChromiumMakefile("WebKit/chromium/", "WebKit", $clean);
     1458        $ result = buildChromiumMakefile("WebKit/chromium/", "webkit", $clean);
    14591459    } else {
    14601460        print STDERR "This platform is not supported by chromium.\n";
Note: See TracChangeset for help on using the changeset viewer.