From fbb06f3ebd7c8330a50d067a063d6f8ed32ad500 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Thu, 23 Aug 2012 14:02:32 +0200 Subject: [PATCH] - fix apxs installation --- apache.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache.spec b/apache.spec index df5a481..1d9d60f 100644 --- a/apache.spec +++ b/apache.spec @@ -34,7 +34,7 @@ Summary(ru.UTF-8): Самый популярный веб-сервер Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.4.3 -Release: 2 +Release: 3 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -2319,6 +2319,9 @@ s/^.*\.\(pt-br\)/%%lang(pt_BR) &/ ' >> "$cur/manual.files" cd $cur +# move apxs to _sbindir +mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/apxs + # cgi_test: create config file with ScriptAlias cat << 'EOF' > $CFG/09_cgi_test.conf ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv -- 2.44.0