[Ray/el6] use mpichName for the binary path too

Sebastien Boisvert sebhtml at fedoraproject.org
Sun Mar 2 15:41:46 UTC 2014


commit 5400f81cb7cb8dc1afeaaffe827668d628d7619f
Author: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>
Date:   Sun Mar 2 10:42:21 2014 -0500

    use mpichName for the binary path too
    
    Signed-off-by: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>

 Ray.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Ray.spec b/Ray.spec
index 6d5bcef..28f06e1 100644
--- a/Ray.spec
+++ b/Ray.spec
@@ -192,7 +192,7 @@ rm -rf %{buildroot}
 
 %if %useMpich
 %files %{mpichName}
-%{_libdir}/mpich/bin/%{name}*
+%{_libdir}/%{mpichName}/bin/%{name}*
 %endif
 
 %files doc


More information about the scm-commits mailing list