From 856d18e40fe4bc5aa8a44fefe12ca443774983ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Jun 2012 06:54:08 +0200 Subject: mod_nss: fix condition --- mod_nss.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod_nss.spec') diff --git a/mod_nss.spec b/mod_nss.spec index 4ffd6b8..fbee537 100644 --- a/mod_nss.spec +++ b/mod_nss.spec @@ -48,7 +48,7 @@ security library. %patch6 -p1 -b .pcachesignal.h %patch7 -p1 -b .reseterror %patch8 -p1 -b .lockpcache -%if "%{_httpd_confdir}" == "%{_httpd_modconfdir}" +%if "%{_httpd_confdir}" != "%{_httpd_modconfdir}" %patch9 -p1 -b .httpd24 %endif %patch10 -p1 -b .overlap -- cgit