summaryrefslogtreecommitdiffstats
path: root/patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch')
-rw-r--r--patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch b/patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch
index b85d855..ac752a9 100644
--- a/patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch
+++ b/patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch
@@ -1,4 +1,4 @@
-From 24e74199716f93017e465a63b4a5945e00f98ef5 Mon Sep 17 00:00:00 2001
+From af93c5fb352a32139b99620623afee87f0e7642f Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Mon, 3 Jan 2011 19:19:39 +0100
Subject: [PATCH] Made syncqt collapse redundant ".." sections in paths.
@@ -8,10 +8,10 @@ Subject: [PATCH] Made syncqt collapse redundant ".." sections in paths.
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/qtbase/bin/syncqt b/qtbase/bin/syncqt
-index cffd832..5529359 100755
+index 72b9be0..6af59c4 100755
--- a/qtbase/bin/syncqt
+++ b/qtbase/bin/syncqt
-@@ -323,6 +323,8 @@ sub fixPaths {
+@@ -325,6 +325,8 @@ sub fixPaths {
return basename($file) if($file_dir eq $dir);
#guts
@@ -21,5 +21,5 @@ index cffd832..5529359 100755
for(my $i = 1; $i < length($file_dir); $i++) {
my $slash = index($file_dir, "/", $i);
--
-1.7.3.2.343.g7d43d
+1.7.3.4