mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
rpm: Fix bad %if condition
This commit is contained in:
parent
7006bbf8b2
commit
917e5b81ba
@ -22,7 +22,7 @@ Packager: Icinga Team <info@icinga.org>
|
||||
%define php php
|
||||
%define php_cli php-cli
|
||||
%endif
|
||||
%if 0%{rhel} == 6
|
||||
%if 0%{?rhel} == 6
|
||||
%define zend php-ZendFramework
|
||||
%else
|
||||
%define zend %{name}-vendor-Zend
|
||||
|
Loading…
x
Reference in New Issue
Block a user