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…
Reference in New Issue