[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 12:28:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ae17f3bac2d2bd8d91dd7b8f12f92abd7896c398
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 10:03:52 2010 +0000

    2010-08-24  Andras Becsi  <abecsi at webkit.org>
    
            [Qt] WebKit2 build fix.
    
            * Scripts/enumerate-included-framework-headers:
            Remove stray global option form sed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65883 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 063cabc..166194b 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-24  Andras Becsi  <abecsi at webkit.org>
+
+        [Qt] WebKit2 build fix.
+
+        * Scripts/enumerate-included-framework-headers:
+        Remove stray global option form sed.
+
 2010-08-24  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Jeremy Orlow.
diff --git a/WebKitTools/Scripts/enumerate-included-framework-headers b/WebKitTools/Scripts/enumerate-included-framework-headers
index 5ef6083..598a790 100755
--- a/WebKitTools/Scripts/enumerate-included-framework-headers
+++ b/WebKitTools/Scripts/enumerate-included-framework-headers
@@ -36,7 +36,7 @@ for framework in $*; do
 
     for header in $headers
     do
-        header_paths=`find ../$framework -name $header | sed "s/..\/$framework\///g"`
+        header_paths=`find ../$framework -name $header | sed "s/..\/$framework\///"`
 
         if test `echo $header_paths | wc -w` -eq 1
         then

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list