diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-29 13:55:27 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-29 13:55:27 +0200 |
commit | 1df2292eaa543f7f25e37b7f14d63f6e70394c56 (patch) | |
tree | 17052d9fcb97758f5b796d04c2a5f15e9cc283d2 /util/webkit/mkdist-webkit | |
parent | 2822a1699e9b7501f782eb588ad9a5ad04fa8447 (diff) | |
download | qt4-tools-1df2292eaa543f7f25e37b7f14d63f6e70394c56.tar.gz |
Small fix for the WebKit import from the trunk.
Don't try to remove the symbian/ directory, it doesn't exist anymore.
Diffstat (limited to 'util/webkit/mkdist-webkit')
-rwxr-xr-x | util/webkit/mkdist-webkit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index 87b23e78e6..04c5472058 100755 --- a/util/webkit/mkdist-webkit +++ b/util/webkit/mkdist-webkit @@ -122,7 +122,7 @@ excluded_directories="$excluded_directories WebCore/accessibility/mac" excluded_directories="$excluded_directories WebCore/accessibility/win" excluded_directories="$excluded_directories WebCore/accessibility/wx" -excluded_directories="$excluded_directories WebCore/platform/symbian WebCore/platform/wx" +excluded_directories="$excluded_directories WebCore/platform/wx" excluded_directories="$excluded_directories WebKit/gtk" excluded_directories="$excluded_directories WebKit/win" excluded_directories="$excluded_directories WebKit/mac" |