[check-mk/el6] Add the ppc64 arch to the if statement on EL6.

averi averi at fedoraproject.org
Wed Apr 10 12:42:08 UTC 2013


commit 13e3c94e82dcd38149374634c8b77d602b2eb825
Author: Andrea Veri <av at gnome.org>
Date:   Wed Apr 10 14:41:15 2013 +0200

    Add the ppc64 arch to the if statement on EL6.

 check-mk.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/check-mk.spec b/check-mk.spec
index 4a7c2be..03a324a 100644
--- a/check-mk.spec
+++ b/check-mk.spec
@@ -139,7 +139,7 @@ rm %{buildroot}%{_datadir}/check_mk/agents/waitmax.c
 # Remove the packages directory.
 rm -rf %{buildroot}%{_localstatedir}/lib/check_mk/packages/
 
-%ifarch x86_64
+%ifarch x86_64 ppc64
 
 mkdir -p %{buildroot}%{_prefix}/lib64/check_mk
 mv %{buildroot}%{_prefix}/lib/check_mk/livecheck %{buildroot}%{_prefix}/lib64/check_mk/
@@ -192,7 +192,7 @@ rmdir %{buildroot}%{_prefix}/lib/check_mk
 
 %endif
 
-%ifarch x86_64
+%ifarch x86_64 ppc64
  
 %{_prefix}/lib64/check_mk
 


More information about the scm-commits mailing list