rpm: Fix bad %if condition

This commit is contained in:
Eric Lippmann 2015-01-26 15:31:57 +01:00
parent 7006bbf8b2
commit 917e5b81ba
1 changed files with 1 additions and 1 deletions

View File

@ -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