diff options
author | axis <[email protected]> | 2011-04-27 13:01:17 +0200 |
---|---|---|
committer | axis <[email protected]> | 2011-04-27 13:01:17 +0200 |
commit | 1a0d5aeb9197ea0c3432903c402d8449bea9f6b4 (patch) | |
tree | 3fbb60e2a0bff38c9cabfb1b5d347579e8769f93 /patches/0034-Made-syncqt-collapse-redundant-.-sections-in-paths.patch | |
parent | 2f66cb61ffbf147292092ebe29e3d4759dfb9bda (diff) |
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.patch | 8 |
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 <[email protected]> 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 |