[shogun/el5] add missing modshogun.dll

Björn Esser besser82 at fedoraproject.org
Mon Feb 24 15:26:47 UTC 2014


commit 373d572ca20146c383afddedc1150d9df37e03de
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Mon Feb 24 16:27:03 2014 +0100

    add missing modshogun.dll

 shogun.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 6bb2390..e6ffa95 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -798,7 +798,7 @@ mv ${CUSTOM_INSTALL_DIR}%{_javadir}/*.jar ${CUSTOM_INSTALL_DIR}%{_jnidir}
 %if 0%{?with_mono}
 # Move Mono(C#)-bindings to the proper location.
 mkdir -p ${CUSTOM_INSTALL_DIR}%{_libdir}/%{name}.mono
-mv ${CUSTOM_INSTALL_DIR}%{_prefix}/lib/cli/%{name}/libmod%{name}.so		\
+mv ${CUSTOM_INSTALL_DIR}%{_prefix}/lib/cli/%{name}/*mod%{name}*			\
 	${CUSTOM_INSTALL_DIR}%{_libdir}/%{name}.mono
 %endif #0%{?with_mono}
 


More information about the scm-commits mailing list