aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-12-22 23:21:20 +0100
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-12-22 23:21:20 +0100
commit39042d0d04904784f6e39fc7c8fdf93db2f077e2 (patch)
tree65cf63cfd1ad6592cb6b93f29f033610adaa0357 /sci-chemistry/ccp4i/files/6.1.3-rename-superpose.patch
parentsci-libs/ccp4-libs -- Version bump (diff)
downloadsci-39042d0d04904784f6e39fc7c8fdf93db2f077e2.tar.gz
sci-39042d0d04904784f6e39fc7c8fdf93db2f077e2.tar.bz2
sci-39042d0d04904784f6e39fc7c8fdf93db2f077e2.zip
sci-chemistry/ccp4i -- Version bump
(Portage version: 2.2_rc60/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'sci-chemistry/ccp4i/files/6.1.3-rename-superpose.patch')
-rw-r--r--sci-chemistry/ccp4i/files/6.1.3-rename-superpose.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/ccp4i/files/6.1.3-rename-superpose.patch b/sci-chemistry/ccp4i/files/6.1.3-rename-superpose.patch
new file mode 100644
index 000000000..90480eb8e
--- /dev/null
+++ b/sci-chemistry/ccp4i/files/6.1.3-rename-superpose.patch
@@ -0,0 +1,12 @@
+diff -arNu ccp4-6.1.1/ccp4i/scripts/superpose.script ccp4-6.1.1.new/ccp4i/scripts/superpose.script
+--- ccp4-6.1.1/ccp4i/scripts/superpose.script 2006-07-26 16:22:49.000000000 +0200
++++ ccp4-6.1.1.new/ccp4i/scripts/superpose.script 2009-07-05 22:11:59.000000000 +0200
+@@ -21,7 +21,7 @@
+
+ if { [regexp SSM $SUPERPOSE_MODE ] } {
+
+- set cmd "[BinPath superpose] \"$XYZIN2\" -s $SSM_MOVING \"$XYZIN1\" -s $SSM_FIXED \"$XYZOUT_LOCAL\""
++ set cmd "[BinPath superpose-ccp4] \"$XYZIN2\" -s $SSM_MOVING \"$XYZIN1\" -s $SSM_FIXED \"$XYZOUT_LOCAL\""
+ set status [Execute $cmd "" program_status report ]
+
+ } elseif { [regexp TOP $SUPERPOSE_MODE ] } {