mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +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 php
|
||||||
%define php_cli php-cli
|
%define php_cli php-cli
|
||||||
%endif
|
%endif
|
||||||
%if 0%{rhel} == 6
|
%if 0%{?rhel} == 6
|
||||||
%define zend php-ZendFramework
|
%define zend php-ZendFramework
|
||||||
%else
|
%else
|
||||||
%define zend %{name}-vendor-Zend
|
%define zend %{name}-vendor-Zend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user