Browse Source

fix file permission

master
Christoph Schug 18 years ago committed by Ralf S. Engelschall
parent
commit
573ea05321
  1. 4
      apache-security/apache-security.spec

4
apache-security/apache-security.spec

@ -37,7 +37,7 @@ Class: EVAL
Group: Web Group: Web
License: Open Source License: Open Source
Version: %{V_module} Version: %{V_module}
Release: 20070913 Release: 20071113
# list of sources # list of sources
Source0: http://www.modsecurity.org/download/modsecurity-apache_%{V_module}.tar.gz Source0: http://www.modsecurity.org/download/modsecurity-apache_%{V_module}.tar.gz
@ -99,7 +99,7 @@ AutoReqProv: no
%{l_shtool} install -c -m 755 \ %{l_shtool} install -c -m 755 \
apache2/.libs/mod_security2.so \ apache2/.libs/mod_security2.so \
$RPM_BUILD_ROOT%{l_prefix}/libexec/apache/mod_security.so $RPM_BUILD_ROOT%{l_prefix}/libexec/apache/mod_security.so
%{l_shtool} install -c -m 755 %{l_value -s -a} \ %{l_shtool} install -c -m 644 %{l_value -s -a} \
%{SOURCE apache-security.conf} \ %{SOURCE apache-security.conf} \
$RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/ $RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/

Loading…
Cancel
Save