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
License: Open Source
Version: %{V_module}
Release: 20070913
Release: 20071113
# list of sources
Source0: http://www.modsecurity.org/download/modsecurity-apache_%{V_module}.tar.gz
@ -99,7 +99,7 @@ AutoReqProv: no
%{l_shtool} install -c -m 755 \
apache2/.libs/mod_security2.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} \
$RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/

Loading…
Cancel
Save