From 1df2292eaa543f7f25e37b7f14d63f6e70394c56 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 29 Jun 2009 13:55:27 +0200 Subject: Small fix for the WebKit import from the trunk. Don't try to remove the symbian/ directory, it doesn't exist anymore. --- util/webkit/mkdist-webkit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index 87b23e78e..04c547205 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" -- cgit v1.2.3