[med-svn] [parsnp] 02/02: Fix patch

Andreas Tille tille at debian.org
Wed Apr 20 12:06:19 UTC 2016


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

tille pushed a commit to branch master
in repository parsnp.

commit 328eef2158157f50e0ad0f31e8cfe573346d0bb3
Author: Andreas Tille <tille at debian.org>
Date:   Wed Apr 20 14:05:37 2016 +0200

    Fix patch
---
 debian/patches/proper_calls_to_tools.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/proper_calls_to_tools.patch b/debian/patches/proper_calls_to_tools.patch
index f776aa5..8bd7dd5 100644
--- a/debian/patches/proper_calls_to_tools.patch
+++ b/debian/patches/proper_calls_to_tools.patch
@@ -54,7 +54,7 @@ Description: Fix path to Debian installed tools
          sys.stderr.write( "-->Calculating MUMi..\n")
          if not inifile_exists:
 -            command = "%s/parsnp %sall_mumi.ini"%(PARSNP_DIR,outputDir+os.sep)
-+            command = "/usr/lib/parsnp/parsnp %sall_mumi.ini"%(PARSNP_DIR,outputDir+os.sep)
++            command = "/usr/lib/parsnp/parsnp %sall_mumi.ini"%(outputDir+os.sep)
          else:
              if not os.path.exists(inifile):
                  sys.stderr.write( "Error: ini file %s does not exist!\n"%(inifile))

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



More information about the debian-med-commit mailing list