[med-svn] [manta] 01/02: Fix another path to make sure demo script will run

Andreas Tille tille at debian.org
Tue May 2 18:03:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository manta.

commit be41e9c9756d2b42662911dd7008971708dcd846
Author: Andreas Tille <tille at debian.org>
Date:   Tue May 2 19:37:32 2017 +0200

    Fix another path to make sure demo script will run
---
 debian/patches/force_debian_pathes.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/force_debian_pathes.patch b/debian/patches/force_debian_pathes.patch
index cbc6866..2e9a9bb 100644
--- a/debian/patches/force_debian_pathes.patch
+++ b/debian/patches/force_debian_pathes.patch
@@ -47,3 +47,14 @@ Description: libexec seems Redhat specific, in Debian the according files can
      dataDir=os.path.join(demoDir,"data")
      expectedDir=os.path.join(demoDir,"expectedResults")
  
+--- a/src/python/bin/configManta.py
++++ b/src/python/bin/configManta.py
+@@ -26,7 +26,7 @@ import os,sys
+ 
+ scriptDir=os.path.abspath(os.path.dirname(__file__))
+ scriptName=os.path.basename(__file__)
+-workflowDir=os.path.abspath(os.path.join(scriptDir,"@THIS_RELATIVE_PYTHON_LIBDIR@"))
++workflowDir=scriptDir # os.path.abspath(os.path.join(scriptDir,"@THIS_RELATIVE_PYTHON_LIBDIR@"))
+ 
+ sys.path.append(workflowDir)
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/manta.git



More information about the debian-med-commit mailing list