[SCM] herwig++: Multi-purpose event generator for high energy physics branch, master, updated. upstream/2.6.0-10-g5148936

Lifeng Sun lifongsun at gmail.com
Fri Jun 22 13:49:51 UTC 2012


The following commit has been merged in the master branch:
commit 5148936b50db8a32432b7e7b4aabfd647f043f15
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Fri Jun 22 21:48:10 2012 +0800

    thepeg-lib-path.patch: fix HepMCAnalysis.so detection.

diff --git a/debian/patches/thepeg-lib-path.patch b/debian/patches/thepeg-lib-path.patch
index 1923f29..1c6a477 100644
--- a/debian/patches/thepeg-lib-path.patch
+++ b/debian/patches/thepeg-lib-path.patch
@@ -25,7 +25,7 @@
  
  
 -if test -x "$THEPEGPATH/lib/ThePEG/HepMCAnalysis.so" ; then
-+if test -x "$THEPEGPATH/lib/${DEB_HOST_MULTIARCH}/ThePEG/HepMCAnalysis.so" ; then
++if test -e "$THEPEGPATH/lib/${DEB_HOST_MULTIARCH}/ThePEG/HepMCAnalysis.so" ; then
       	CREATE_HEPMC="create"
  	AC_MSG_RESULT([found])
  else

-- 
herwig++: Multi-purpose event generator for high energy physics



More information about the debian-science-commits mailing list