[kimono] fix monodir for el7+

Rex Dieter rdieter at fedoraproject.org
Sun Sep 28 23:19:54 UTC 2014


commit aedcbf964792d4d69014bc0d53bd03c59dd9cbcb
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Sep 28 18:19:43 2014 -0500

    fix monodir for el7+

 kimono.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kimono.spec b/kimono.spec
index d9a54f0..7bd5aa9 100644
--- a/kimono.spec
+++ b/kimono.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 16
+%if 0%{?fedora} > 16 || 0%{?rhel} > 6
 %global monodir /usr/lib/mono
 %else
 %global monodir %{_libdir}/mono


More information about the scm-commits mailing list