Changeset 87636 in webkit


Ignore:
Timestamp:
May 29, 2011 2:49:03 AM (13 years ago)
Author:
Philippe Normand
Message:

2011-05-27 Philippe Normand <pnormand@igalia.com>

Reviewed by Martin Robinson.

[GTK] Data directory is webkitgtk-x.y not webkit-x.y
https://bugs.webkit.org/show_bug.cgi?id=61642

  • GNUmakefile.am: updated data directory.
Location:
trunk/Source/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/gtk/ChangeLog

    r87623 r87636  
     12011-05-27  Philippe Normand  <pnormand@igalia.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Data directory is webkitgtk-x.y not webkit-x.y
     6        https://bugs.webkit.org/show_bug.cgi?id=61642
     7
     8        * GNUmakefile.am: updated data directory.
     9
    1102011-05-28  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/WebKit/gtk/GNUmakefile.am

    r86102 r87636  
    385385
    386386# extra resource files
    387 resourcesdir = ${datadir}/webkit-@WEBKITGTK_API_VERSION@/resources
     387resourcesdir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/resources
    388388dist_resources_DATA = \
    389389        $(shell ls $(srcdir)/Source/WebKit/gtk/resources/*.html)
Note: See TracChangeset for help on using the changeset viewer.