[kdelibs/f20] Fix typo in libexecdir patch.

Kevin Kofler kkofler at fedoraproject.org
Sat Dec 7 04:36:27 UTC 2013


commit 3d17a457ed38273515d780c717f68c4c0f74325a
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sat Dec 7 05:36:14 2013 +0100

    Fix typo in libexecdir patch.
    
    This only affects the kstandarddirstest, so it should only matter when
    tests are run.

 kdelibs-4.11.3-libexecdir.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs-4.11.3-libexecdir.patch b/kdelibs-4.11.3-libexecdir.patch
index 05768ae..627dad7 100644
--- a/kdelibs-4.11.3-libexecdir.patch
+++ b/kdelibs-4.11.3-libexecdir.patch
@@ -48,7 +48,7 @@ diff -up kdelibs-4.11.3/kdecore/tests/kstandarddirstest.cpp.libexecdir kdelibs-4
      const QString locateExeResult = KGlobal::dirs()->locate("exe", "lnusertemp");
 -    QVERIFY(locateExeResult.endsWith("lib" KDELIBSUFF "/kde4/libexec/lnusertemp" EXT, PATH_SENSITIVITY));
 +    QVERIFY(locateExeResult.endsWith("lib" KDELIBSUFF "/kde4/libexec/lnusertemp" EXT, PATH_SENSITIVITY) 
-+	|| locateExeResult.endsWith(" /libexec/kde4/lnusertemp" EXT, PATH_SENSITIVITY) );
++	|| locateExeResult.endsWith("libexec/kde4/lnusertemp" EXT, PATH_SENSITIVITY) );
  
      // findExe with relative path
      const QString pwd = QDir::currentPath();


More information about the scm-commits mailing list