[SCM] iannix/master: Fixed resource-path patch

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri May 19 23:46:26 UTC 2017


The following commit has been merged in the master branch:
commit 55748b133559073a38062ce9078f28758f03b72a
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Fri May 19 15:17:31 2017 +0200

    Fixed resource-path patch

diff --git a/debian/patches/fix_resources_path.patch b/debian/patches/fix_resources_path.patch
index 7da3fbe..39d9597 100644
--- a/debian/patches/fix_resources_path.patch
+++ b/debian/patches/fix_resources_path.patch
@@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 -    QDir pathApplicationDir = QDir(QCoreApplication::applicationDirPath()).absolutePath();
 +    QDir pathApplicationDir = QDir(QCoreApplication::applicationDirPath() +
-+"../lib/iannix/").absolutePath();
++"/../lib/iannix/").absolutePath();
  #ifdef Q_OS_MAC
      pathApplicationDir.cdUp();
      pathApplicationDir.cdUp();

-- 
iannix packaging



More information about the pkg-multimedia-commits mailing list