Title: [87636] trunk/Source/WebKit/gtk
Revision
87636
Author
[email protected]
Date
2011-05-29 02:49:03 -0700 (Sun, 29 May 2011)

Log Message

2011-05-27  Philippe Normand  <[email protected]>

        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.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (87635 => 87636)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-05-29 08:30:35 UTC (rev 87635)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-05-29 09:49:03 UTC (rev 87636)
@@ -1,3 +1,12 @@
+2011-05-27  Philippe Normand  <[email protected]>
+
+        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.
+
 2011-05-28  Adam Barth  <[email protected]>
 
         Reviewed by Alexey Proskuryakov.

Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (87635 => 87636)


--- trunk/Source/WebKit/gtk/GNUmakefile.am	2011-05-29 08:30:35 UTC (rev 87635)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am	2011-05-29 09:49:03 UTC (rev 87636)
@@ -384,7 +384,7 @@
 	$(WebKit)/org.webkitgtk.gschema.xml.in
 
 # extra resource files
-resourcesdir = ${datadir}/webkit-@WEBKITGTK_API_VERSION@/resources
+resourcesdir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/resources
 dist_resources_DATA = \
 	$(shell ls $(srcdir)/Source/WebKit/gtk/resources/*.html)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to