[mod_xsendfile] Fixup more mod dir refs

Orion Poplawski orion at fedoraproject.org
Tue Mar 27 17:34:56 UTC 2012


commit b01887941b422deca6553d2c5695b8c44d910d72
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Mar 27 11:34:55 2012 -0600

    Fixup more mod dir refs

 mod_xsendfile.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mod_xsendfile.spec b/mod_xsendfile.spec
index abf7c58..a1e61a8 100644
--- a/mod_xsendfile.spec
+++ b/mod_xsendfile.spec
@@ -33,8 +33,8 @@ It is useful for processing script-output of e.g. php, perl or any cgi.
 
 %install
 rm -rf $%{buildroot}
-mkdir -p %{buildroot}/%{modulesdir}
-%{_httpd_apxs} -i -S LIBEXECDIR=%{buildroot}/%{modulesdir} -n %{name} %{name}.la
+mkdir -p %{buildroot}/%{_httpd_moddir}
+%{_httpd_apxs} -i -S LIBEXECDIR=%{buildroot}/%{_httpd_moddir} -n %{name} %{name}.la
 mkdir -p %{buildroot}/%{_httpd_modconfdir}
 cp -p %SOURCE1 %{buildroot}/%{_httpd_modconfdir}
 


More information about the scm-commits mailing list