[mod_auth_kerb] use _httpd_moddir

jorton jorton at fedoraproject.org
Fri May 11 09:43:56 UTC 2012


commit dae77a56c45a622d13154e4b3bd08387ce76a626
Author: Joe Orton <jorton at redhat.com>
Date:   Fri May 11 10:35:31 2012 +0100

    use _httpd_moddir

 mod_auth_kerb.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mod_auth_kerb.spec b/mod_auth_kerb.spec
index 42d5ed2..f93a1bb 100644
--- a/mod_auth_kerb.spec
+++ b/mod_auth_kerb.spec
@@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
 %doc example.conf
 %endif
-%{_libdir}/httpd/modules/*.so
+%{_httpd_moddir}/*.so
 
 %changelog
 * Tue May  1 2012 Joe Orton <jorton at redhat.com> - 5.4-13


More information about the scm-commits mailing list